Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 961 Bytes

File metadata and controls

23 lines (10 loc) · 961 Bytes

kaggle 'Competitions': Titanic Project 👩‍💻📈📊

This project contains the solution for the Titanic ML competition on Kaggle following the steps presented by Ken Jee (Titanic Project Example)

About Titanic Project 🚢

  • 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).


What's in this project? 👩‍💻

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.