提升框架XGBoost(eXtreme Gradient Boosting)
XGBoost是对传统GBDT模型的改进版本,包括:损失函数 + 正则化 + 切分点查找优化 + 并行化设计
xgboost模块下载:终端环境下输入pip install xgboost
(一)加载模块
(二)原生版本
(三)sklearn API
(1)分类问题
(2)回归问题
XGBoost是对传统GBDT模型的改进版本,包括:损失函数 + 正则化 + 切分点查找优化 + 并行化设计
xgboost模块下载:终端环境下输入pip install xgboost
(1)分类问题
(2)回归问题
相关文章: