Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 362 Bytes

File metadata and controls

7 lines (4 loc) · 362 Bytes

3 files, that were used to generate final submission to track B:

final_script.py was used to generate features for train files and test files. In train_catboost.ipynb we used this files to train multiple catboost classifiers and saved models on disk. In generate_submit.ipynb we used trained models to make simple ensemble and get predictions for test files.