Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.24 KB

Kaggle : Titanic - Machine Learning from Disaster

Summary

Titanic ML competition from Kaggle

More info : visit https://www.kaggle.com/c/titanic

Purpose : Predict which passengers survived

Titanic shipwreck

202c6ed4da680449445ed8348d61b7cab26457cbc8e88603c73db832f32606b3

More info about Titanic shipwreck : visit https://en.wikipedia.org/wiki/Sinking_of_the_Titanic

Repository content

Titanic Kaggle competition

Notebook

  • Data visualisation
  • Pre-processing with pipeline
    • Imputer
    • One-hot encoding

diagram

  • Machine learning
    • Model : Random Forest Classifier
    • Evaluation of the accuracy score
    • Optimisation of model parameters with Grid Search CV

Competition predictions

Score = 0.79425