-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
23 lines (19 loc) · 1.14 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DIRECTORY STRUCTURE:
acllmdb/
# IMDb dataset
imdb/
imdb_adaboost.ipynb # script to run IMDB data through adaboost classifier
imdb_decision_tree.ipynb # script to run IMDB data through decision tree classifier
imdb_kernel_SVM.ipynb # script to run IMDB data through kernel SVM classifier
imdb_log_reg.ipynb # script to run IMDB data through logistic regression classifier
imdb_random_forest.ipynb # script to run IMDB data through random forest classifier
imdb_SVM.ipynb # script to run IMDB data through SVM classifier
newsgroup/
newsgroup_adaboost.ipynb # script to run Newsgroup data through adaboost classifier
newsgroup_decision_tree.ipynb # script to run Newsgroup data through decision tree classifier
newsgroup_kernel_SVM.ipynb # script to run Newsgroup data through kernel SVM classifier
newsgroup_log_reg.ipynb # script to run Newsgroup data through logistic regression classifier
newsgroup_random_forest.ipynb # script to run Newsgroup data through random forest classifier
newsgroup_SVM.ipynb # script to run Newsgroup data through SVM classifier
results/
contains sub-directories with graphs and output .txt files per dataset, per model