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

https://github.com/nazanin1369/machinelearning-titanic-survival-exploration

Decision functions that attempt to predict survival outcomes from the 1912 Titanic disaster.
https://github.com/nazanin1369/machinelearning-titanic-survival-exploration

Last synced: 6 months ago
JSON representation

Decision functions that attempt to predict survival outcomes from the 1912 Titanic disaster.

Awesome Lists containing this project

README

          

### Machine learning project - Titanic survival exploration algorithm

This project contains create decision functions that attempt to predict survival outcomes from the 1912 Titanic disaster based on each passenger’s features, such as sex and age which accurately predict the outcomes for at least 80% of the passengers in the provided data.

[View the results online here](https://nazanin1369.github.io/MachineLearning-titanic-survival-exploration/)

#### Software and Libraries
This project uses the following software and Python libraries:
* Python 2.7
* NumPy
* pandas
* matplotlib
* iPython Notebook