File size: 353 Bytes
95818e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ##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. |