-
Notifications
You must be signed in to change notification settings - Fork 49
First submission (python)
Andrey Ustyuzhanin edited this page Jul 20, 2015
·
1 revision
- python 2.7
- numpy
- scipy
- pandas
- sklearn
- ipython
The file baseline.ipynb provides simple Gradient Boosting training on the whole training data set. The full preevaluation procedure is demonstrated here: CvM and KS are calculated on check datasets, weighted ROC AUC is calculated on the training data set (for details about evaluation see Evaluation procedure).
To provide agreement we train classifier on the subset of all available features.
-
Clone the repository
git clone https://github.com/yandexdataschool/flavours-of-physics-start
-
Follow to the instructions in the tau_data/README.md
-
Run all cells in the notebook baseline.ipynb, this step will generate a baseline.csv, the file prepared to submit