hfyxin / machine-learning-titanic

Python solution to the Titanic dataset on Kaggle, with sklearn library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

machine-learning-titanic

Python solution to the Titanic dataset on Kaggle, with sklearn library.

This exercise demonstrates many useful machine learning techniques: data inspection, preprocess pipeline, cross-validation, grid search and evaluation metrics.

So far only Logistic Regression is applied. No plan to extend this work.

About

Python solution to the Titanic dataset on Kaggle, with sklearn library.


Languages

Language:Jupyter Notebook 92.9%Language:Python 7.1%