The Kaggle Titanic challenge is a beginner challenge which asks a user to predict whether a passenger on the Titanic would survive based on their demographics.
You can use conda for your setup or pip with a virtual environment.
We use the following packages:
scikit-learn
pandas
numpy
Currently, the challenge has been implemented with a random forest classifier.
TODO:
- implement solution with multi-layer perceptron with backprop