Titanic survival problem from Kaggle. https://www.kaggle.com/c/titanic
- numpy
- matplotlib
- sklearn
- pandas
- Data wrangling
- Data plotting
- Data extraction
- Feature engineering
- Predictive model
A generated CSV file within script to predict the test data in test.csv. Final output score 0.84.
- Download the train and test csv files from link.
- Change the path while data loading in script.
- After running change the path of final output file.
- For plotting data uncoomment the lines.
- Ubuntu Gnome (16.04 LTS)
- PyCharm IDE
- Kaggle
- sklean documentation
- matplotlib documentation
- stackoverflow
- https://ahmedbesbes.com/how-to-score-08134-in-titanic-kaggle-challenge.html
- https://www.kaggle.com/utkarshrai/the-solution-to-titanic-problem-first-attempt