Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 570 Bytes

Kaggle Titanic Challenge

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.

Setup

You can use conda for your setup or pip/with a virtual environment.

We use the following packages:

scikit-learn
pandas
numpy

Synopsis

Here are the algorithms that have been implemented so far and their respective scores in the Kaggle competition.

random forest classifier multi-layer perceptron with backprop
0.73684 0.70335