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.
- Host: GitHub
- URL: https://github.com/nazanin1369/machinelearning-titanic-survival-exploration
- Owner: Nazanin1369
- Created: 2016-05-09T04:54:50.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-12T06:49:08.000Z (over 9 years ago)
- Last Synced: 2025-01-07T20:49:46.437Z (11 months ago)
- Language: HTML
- Homepage: https://nazanin1369.github.io/MachineLearning-titanic-survival-exploration/
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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