The fameous Titanic project on Kaggle.coms
- 0.60287 (2/4/2020)---- SVM model
- 0.76076 (2/13/2020)---- RandomForestClassifier Model
- v1 : simple feature engieering + SVM
- v2 : careful EDA + common feature engieering + assemble algrithm ( voting-classifier:'soft' vote)
- v3 : introduce a wonderfull and brillient tool for EDA.
import pandas_profiling as pp
pp.ProfileReport(data)