[Kaggle] Titanic Supervised Learning Tutorial
This Jupyter Notebook is to resolve the Titanic: Machine Learning from Disaster Competition.
Getting Started
Create conda environment from environment.yml
file.
conda env create --name kaggle -f=environment.yml
Activate conda environment:
coda activate kaggle
Notebook preview
You can see here Notebook preview.
Study about Decison Trees
Can see more information about decision tree in SciKit documentation