/Titanic

The Dataset was taken from Kaggle site for the competition.

Primary LanguageJupyter Notebook

Titanic

This code provides an introductory application of machine learning with the Titanic data set which is used to predict the Survival of the Passenger aboard the ship. It uses ensamble and SVM machine learning algorithm to predict their survival along with feature engineering and parameter tuning.

This Notebook presents:

  • Data Visualization with Seaborn.
  • Compararision of different Machine Learning models.
  • Decision Boundaries.