https://github.com/catboost/catboost
Raw File
Tip revision: bfa93400091d01ff0a0ac50ea446df4d29027440 authored by kizill on 07 July 2018, 14:15:32 UTC
update version to v0.9.1.1
Tip revision: bfa9340
AWESOME.md
Awesome CatBoost
----------------

This page contains a moderated list of examples, tutorials, articles about CatBoost use cases. It is inspired by [awesome-machine-learning](https://github.com/dmlc/mxnet/blob/master/example/README.md).

We will be happy to add your success story using CatBoost to this list. Send us a pull request if you want to include your case here.


## Use cases
* The Large Hadron Collider beauty (LHCb) experiment uses [CatBoost](https://catboost.yandex/news#particle_identification).
* CatBoost is used in [Kaggle Kernels](https://www.kaggle.com/kernels?sortBy=relevance&group=everyone&search=catboost&page=1&pageSize=100) to solve data science challenges.

## Tools using CatBoost
* [auto_ml](https://github.com/ClimbsRocks/auto_ml) - Automated machine learning for production and analytics. Lets you focus on the fun parts of ML, while outputting production-ready code, and detailed analytics of your dataset and results. Includes support for CatBoost and other ml libraries.
back to top