RandomForest / README.md
Dada80's picture
Create README.md
eb3e8c9 verified
|
raw
history blame
1.09 kB
metadata
{}

Model Card for Model ID

This modelcard aims to be a base template for new models. It has been generated using this raw template.

Model Details

This model classifies news headlines as either NBC or Fox News.

Model Description

  • Developed by: Jack Bader, Kaiyuan Wang, Pairan Xu
  • Taks: Binary classification (NBC News vs. Fox News)
  • Preprocessing: TF-IDF vectorization applied to the text data
  • stop_words = "english"
  • max_features = 1000
  • Model type: Random Forest
  • Freamwork: Scikit-learn

Metrics

  • Accuracy Score