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

https://github.com/mrdbourke/your-first-kaggle-submission

How to perform an exploratory data analysis on the Kaggle Titanic dataset and make a submission to the leaderboard.
https://github.com/mrdbourke/your-first-kaggle-submission

Last synced: 6 months ago
JSON representation

How to perform an exploratory data analysis on the Kaggle Titanic dataset and make a submission to the leaderboard.

Awesome Lists containing this project

README

          

# Make your first Kaggle submission!

The Jupyter notebook goes through the Kaggle Titanic dataset via an exploratory data analysis (EDA) with Python and finishes with making a submission.

If you're interested in hearing the topics covered in the code explained, I went through the notebook in a recent livestream on my YouTube channel: https://youtu.be/f1y9wDDxWnA

You can download the data from this repo or [directly from Kaggle](https://www.kaggle.com/c/titanic).

If you find any bugs, or make any improvements on the results in the notebook, I'd love to hear.

Email me anytime: daniel@mrdbourke.com

A full blog post to go along with the video and code is available [here](https://towardsdatascience.com/a-gentle-introduction-to-exploratory-data-analysis-f11d843b8184).