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
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.ai/news#particle_identification).
* [Careem](https://careem.com/), the leading ride-hailing platform for the greater Middle East, uses CatBoost for their [Destination Prediction Service](https://blog.careem.com/en/careems-destination-prediction-service/).
* 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