##AG News Text Classifier (ML)
Model description
This model is a Logistic Regression classifier trained on AG News dataset using TF-IDF features.
Dataset
- ag_news from Hugging Face
Training
- TF-IDF (5000 features)
- Logistic Regression
Evaluation
- Accuracy: ~0.9
Usage
Load model with joblib and vectorize input text before prediction.