https://github.com/catboost/catboost
Revision 15fc045983942cbc563606b24f1b9b63efb708d6 authored by Dmitry Baksheev on 28 November 2019, 03:49:29 UTC, committed by Dmitry Baksheev on 28 November 2019, 03:49:29 UTC
ref:d5a5adb9a13d8cd0e81d51c41ca587b76a48e6e1
1 parent be595dc
Raw File
Tip revision: 15fc045983942cbc563606b24f1b9b63efb708d6 authored by Dmitry Baksheev on 28 November 2019, 03:49:29 UTC
CatBoost 0.20
Tip revision: 15fc045
PULL_REQUEST_TEMPLATE.md
Before submitting a pull request, please do the following steps:

1. Read [instructions for contributors](https://catboost.ai/docs/concepts/development-and-contributions.html).
2. Run `ya make` in catboost folder to make sure the code builds.
3. Add tests that test your change.
4. Run tests using `ya make -t -A` command.
5. If you haven't already, complete the [CLA](https://yandex.ru/legal/cla/).
back to top