File size: 404 Bytes
95e1fa7
 
 
 
93ed9d9
 
 
 
 
 
 
 
 
 
 
 
 
 
95e1fa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
datasets:
- CIS5190FinalProj/train_df
---
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