My scripts for Kaggle's "Quora Question Pairs" competition Competition URL - https://www.kaggle.com/c/quora-question-pairs
My Kaggle profile - https://www.kaggle.com/svashishtha
How to run the scripts:
-
Run all feature-engineering scripts in this order:
- pre_proces.py to 7. k_core_feats_v1.py
- All_magic_feats.ipynb
- feats10_Location_names_questions.ipynb
- Get word2vec features from this public forum - https://www.kaggle.com/c/quora-question-pairs/discussion/31284
-
Run XGB model based on above created features - XGB_model_final.ipynb
-
Run LSTM model from - LSTM_with_magic_and_more_feats.ipynb
-
Use average of LSTM and XGB to get the final predictions
My final standing on the private leaderboard is - 150/3394 (top 5 %)
Got my first Silver medal in this competition! :)