Skip to content

Python scipts and notebooks playing around with the Kaggle Titanic dataset https://www.kaggle.com/c/titanic

Notifications You must be signed in to change notification settings

Darkdragon84/Titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic

Python scipts and notebooks playing around with the Kaggle Titanic dataset .
The main focus so far is on a Neural Network binary classifier (even though this might not be the optimal classifier for this type of data), as a playground for building NN classifiers using Keras and hyperparameter tuning.

  • Some exploration and feature engineering in notebooks/explore.ipynb
  • KFold cross validaion in scripts/NN_classifier_CV.py
  • Actual training on full training data and prediction on test data in scripts/NN_classifier.py
  • Exploration of other classifiers in notebooks/Multiple_classifiers.ipynb (work in progress)

About

Python scipts and notebooks playing around with the Kaggle Titanic dataset https://www.kaggle.com/c/titanic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published