Tutorial made from 'Tutorial de Machine Learning com o Titanic' (Mario Filho) by Marcus Mariano
Tutorial for create predictive model algorithm from Titanic Kaggle dataset.
Predict survival on the Titanic and get familiar with ML basics.
Model: primeiro_modelo.csv from: Tutorial de Machine Learning #2 - Como Criar um Modelo em Python usando Pandas e Scikit-Learn: Video
Tutorial de Machine Learning #3 - Como Criar uma Validação Consistente para seu Modelo: Video
Tutorial de Machine Learning #4 - Como Fazer Validação Cruzada com Scikit-learn: Video
Tutorial de Machine Learning #5 - Adicionando Novas Variáveis ao Modelo: Video
-
Packages
- Numpy
- Pandas
- sklearn
- RandomForestClassifier
- train_test_split
- KFold
- RepeatedKFold
-
Dev-packages
Jupyter Lab Version 1.0.2
See the documentation of Titanic dataset here
Code and documentation are available according to the GNU GENERAL PUBLIC LICENSE Version 3 (see LICENSE).