This project contains the solution for the Titanic ML competition on Kaggle following the steps presented by Ken Jee (Titanic Project Example)
- it deals with the legendary Titanic ML competition, where the main objective is to predict which passengers survived the Titanic shipwreck using a machine learning model.
This project is my first project on Data Science based on a kaggle competition. It was done following the entire work of a Data Scientist (even if following someone else guidelines).
README.md
: That's this file, where you can describe your project and how you built it.
TitanicProjectExample.ipynb
: This is the main file for the data science project (using Google Colab), with Python code.