![Python Data Science Essentials](https://wfqqreader-1252317822.image.myqcloud.com/cover/365/36699365/b_36699365.jpg)
上QQ阅读APP看书,第一时间看更新
CatBoost
Developed by Yandex researchers and engineers, CatBoost (which stands for categorical boosting) is a gradient boosting algorithm, based on decision trees, which is optimized in handling categorical features without much preprocessing (non-numeric features expressing a quality, such as a color, a brand, or a type). Since in most databases the majority of features are categorical, CatBoost can really boost your results on prediction:
- Website: https://catboost.yandex
- Version at the time of print: 0.8.1.1
- Suggested install command: pip install catboost
- Download page: https://github.com/catboost/catboost
CatBoost requires msgpack, which can be easily installed by using the pip install msgpack command.