Delete README.md
Browse files
README.md
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
---
|
2 |
-
datasets:
|
3 |
-
- CIS5190FinalProj/train_df
|
4 |
-
---
|
5 |
-
Model Details:
|
6 |
-
This model classifies news headlines as either NBC or Fox News.
|
7 |
-
|
8 |
-
Model Description:
|
9 |
-
Developed by: Jack Bader, Kaiyuan Wang, Pairan Xu
|
10 |
-
|
11 |
-
Task: Binary classification (NBC News vs. Fox News)
|
12 |
-
|
13 |
-
Preprocessing: TF-IDF vectorization applied to the text data
|
14 |
-
stop_words = "english"
|
15 |
-
max_features = 1000
|
16 |
-
|
17 |
-
Model type: Random Forest
|
18 |
-
|
19 |
-
Framework: Scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|