When trying a new model:
- Create a branch named
model-name
. - Duplicate
template.py
and rename it tomodel-name.py
. - Make sure the new model outputs its predictions to
predictions/model-name.csv
.
After submitting the .csv
file to Kaggle, add the score of the model to the top of model-name.py
in the following format:
"""
Private Score: XYZ, Public Score: XYZ
"""
Submit a pull request to master
once done. After merging with master
, add details about the model to List of Models.md
.