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

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

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