Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 442 Bytes

Kaggle Challenges

1) Titanic Survivors

Details :-

Model prediction accuracy : 81.1481 %
Kaggle result accuracy : 76.794 %

3 ML models considered in code :-

  1. DecisionTreeClassifier
  2. KNN
  3. SVM

Out of these, SVM gave the best results, "solution.csv" is the the result file.