An open API service indexing awesome lists of open source software.

https://github.com/zbhavyai/titanic-survival

Solution to Kaggle's competition on titanic survival prediction
https://github.com/zbhavyai/titanic-survival

jupyter-notebook kaggle-competition machine-learning python titanic-survival-prediction

Last synced: 3 months ago
JSON representation

Solution to Kaggle's competition on titanic survival prediction

Awesome Lists containing this project

README

        

# Titanic Survival

Solution to Kaggle's competition on **"Titanic - Machine Learning from Disaster"**. See [here](https://www.kaggle.com/c/titanic) for more information about the competition.

## Dependencies

+ numpy
+ pandas
+ matplotlib
+ seaborn
+ mglearn
+ sklearn

## How to run

1. Clone the repository on your machine

2. Run all the cells of the jupyter notebook [titanic.ipynb](titanic.ipynb)

3. The file [predictions.csv](predictions.csv) would be generated, which can be used for submission. Score achieved during submission was 0.77511.