-
Notifications
You must be signed in to change notification settings - Fork 0
/
00README.txt
28 lines (15 loc) · 970 Bytes
/
00README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
AllDeadfiles.txt : combined data from all 0012 and 0016 dead.txt files
AllNewfiles.txt : combined data from all 0012 and 0016 new.txt files
Allerrorfiles.txt: combined data from all 0012 and 0016 error.txt files
AllExcelfiles.csv : combined data from all 0012 and 0016 excel files
one.xlsx : combined data from all the files above.
train9.csv : final training dataset, after droping all mismatched rows, null rows and duplicates.
submission.csv : an output file of the predictions of the success/failure of projects made from Random Forests Algorithm with 99% accuracy.
(columns: Project Name, Category, Original Results , Prediction)
For Original Results and Prediction columns :
0 = project failed
1 = project was successful
contains list and predictions of projects only from the test set.
Final.ipynb : jupyter notebook with all the code.
Kickstarter1.twb : Tableau workbook with Data visualization
Name: Kaustubh Borole