- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 99字
- 2021-08-13 15:19:35
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.
推薦閱讀
- Practical Data Analysis
- 工業(yè)機(jī)器人技術(shù)及應(yīng)用
- R Machine Learning By Example
- 機(jī)器人智能運(yùn)動(dòng)規(guī)劃技術(shù)
- 21天學(xué)通Visual Basic
- ESP8266 Home Automation Projects
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- Salesforce Advanced Administrator Certification Guide
- 過程控制系統(tǒng)
- Mastering Geospatial Analysis with Python
- Learning Cassandra for Administrators
- 人工智能云平臺(tái):原理、設(shè)計(jì)與應(yīng)用
- PostgreSQL 10 High Performance
- Moodle 2.0 Course Conversion(Second Edition)
- Microsoft System Center Data Protection Manager Cookbook