Test your chances
Web application built using django with a machine learning backend to predict your chances of surviving the titanic. The data used for training is sourced from Kaggle. The application uses a supervised learning algorithm, a random forest classifier, to make predictions using the information from the training data and the learned relationships between different variables.
The models uses the following features:
- Title
- Age
- Gender
- Fare
- Ticket Class
- Port Embarkation
- Number of parents / children onboard
- Number of spouses / siblings onboard
Find out your statistical chances of survival based upon your circumstances to see if you would survive the Titanic.