Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chhavi-trivedi/survival_prediction-titanic_disaster
model to predict the survival in the Titanic disaster, with 98.8 accuracy.
https://github.com/chhavi-trivedi/survival_prediction-titanic_disaster
dicision-tree knn-classification random-forest titanic-disaster
Last synced: 9 days ago
JSON representation
model to predict the survival in the Titanic disaster, with 98.8 accuracy.
- Host: GitHub
- URL: https://github.com/chhavi-trivedi/survival_prediction-titanic_disaster
- Owner: Chhavi-Trivedi
- Created: 2020-10-29T19:41:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-29T19:50:28.000Z (about 4 years ago)
- Last Synced: 2024-11-11T11:49:20.915Z (2 months ago)
- Topics: dicision-tree, knn-classification, random-forest, titanic-disaster
- Language: Jupyter Notebook
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survival_prediction-Titanic_Disaster
I have played around different models to get highest accuracy of predicting the survival of the titanic disaster.
### Model Used-
* RANDOM FOREST CLASSIFIER
* DECISION TREE CLASSIFIER
* K-NN CLASSIFIER