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.