This is the sample code for the section in chapter 4 on "class and directory structures for competitions".
Input data is from the Kaggle competition Otto Group Product Classification Challenge.
The code shows the process of training and making predictions using xgboost and keras.
Refer to https://github.com/puyokw/kaggle_Otto/ to understand parameters and modelling method.
Execute the code using the following steps
- Download the Data and save in the
input
folder. - Make a
code
folder then executepython run.py
.