omaradly commited on
Commit
c72a376
·
verified ·
1 Parent(s): 5f50023

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -252,11 +252,3 @@ The included `final_cleaned_sample.csv` is intended for inspection and API/schem
252
  - Some boundary cases are inherently ambiguous, especially tasks near the 3-day and 15-day thresholds.
253
  - The included sample CSVs are for transparency and demonstration; full training requires rebuilding or downloading the larger processed dataset.
254
 
255
- ## Why This Project Matters
256
-
257
- - data cleaning and feature engineering from messy real-world issue tracking data
258
- - responsible simplification of a regression-like problem into useful planning categories
259
- - scikit-learn pipeline design with text, categorical, and numeric features
260
- - reproducible model artifact generation
261
- - quantitative evaluation with both text and image artifacts
262
- - deployable FastAPI inference with validation, probabilities, and basic API safeguards
 
252
  - Some boundary cases are inherently ambiguous, especially tasks near the 3-day and 15-day thresholds.
253
  - The included sample CSVs are for transparency and demonstration; full training requires rebuilding or downloading the larger processed dataset.
254