RandomForest / README.md
Dada80's picture
Create README.md
93ed9d9 verified
|
raw
history blame
359 Bytes

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

Model Description: Developed by: Jack Bader, Kaiyuan Wang, Pairan Xu

Task: 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

Framework: Scikit-learn