Dada80 commited on
Commit
9fddf2f
·
verified ·
1 Parent(s): 95e1fa7

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
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