Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 342 Bytes

Machine Learning on Titanic dataset to predict survival of passengers

Methods:

  • Logistic Regression
  • Random Forest Classifier
  • Neural Network

Prediction accuracy on test set: 77.9%

Position on Kaggle leaderboard: Top 40%

Note: This work is in-progress to try other methods to improve the prediction accuracy on the test set.