Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

sergeyshilin/kaggle-santander-ctp-2019

Repository files navigation

kaggle-santander-ctp-2019

Kaggle Santander Customer Transaction Prediction

To train a new model, do

  • Create a new .py file inside the folder kaggle-framework/src/, e.g. catboost_classifier.py
  • Run the file using the following command
python kaggle-framework/src/catboost_classifier.py --data 'data/' --models 'models/' --preds 'predictions/'