Reuse the code and Join the next Competition
feat_engineer.py : Main File, your main work about feature engineer
config_params.py: the different parameters of xgb, easy to modify
stack_model.py: the main stacking technique here
execute_base.py: execute different model and get the meta features
stacking_submit.py: get the meta features. and generate submissoin file
feat_to_feat: using the most useful features to generate others features
Keep on!