https://github.com/uchencho/kaggle-titanic-competition
My notebook on how I achieved 76% accuracy on kaggle's titanic competition
https://github.com/uchencho/kaggle-titanic-competition
Last synced: 3 months ago
JSON representation
My notebook on how I achieved 76% accuracy on kaggle's titanic competition
- Host: GitHub
- URL: https://github.com/uchencho/kaggle-titanic-competition
- Owner: Uchencho
- Created: 2020-02-03T07:41:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T07:54:56.000Z (over 5 years ago)
- Last Synced: 2025-01-02T19:52:39.637Z (5 months ago)
- Language: Jupyter Notebook
- Size: 239 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaggle's-Titanic-Competition
My notebook on how I achieved 76% accuracy on kaggle's titanic competition## Alternate Link
In order to view all attached images, kindly click [here](https://nbviewer.jupyter.org/github/Uchencho/Kaggle-Titanic-Competition/blob/master/kaggle%27s%20titanic%20competition.ipynb) to view the notebook## Take-Away
- Learning about Supervised Learning
- Data Exploration
- Feature Engineering
- Model Selection## Libraries Used
- Sklearn (GridSearch, RFECV, Logistic Regression, KNN, Random Forest)
- Numpy
- Pandas
- Matplotlib