一、软件介绍
文末提供程序和源码下载
catboost开源程序是一个快速、可扩展、高性能的 Gradient Boosting on Decision Trees 库,用于 Python、R、Java、C++ 的排名、分类、回归和其他机器学习任务。支持在 CPU 和 GPU 上进行计算。
二、CatBoost 的主要优点:
- Superior quality when compared with other GBDT libraries on many datasets.
在许多数据集上,与其他 GBDT 文库相比 ,质量更高。 - Best in class prediction speed.
一流的预测速度。 - Support for both numerical and categorical features.
支持数值和分类特征。 - Fast GPU and multi-GPU support for training out of the box.
快速 GPU 和多 GPU 支持,开箱即用。 - Visualization tools included.
包括可视化工具。 - Fast and reproducible distributed training with Apache Spark and CLI.
使用 Apache Spark 和 CLI 进行快速且可重现的分布式训练。