一、算法介绍
GBDT(Gradient boosting decision tree)包括两种树分类树和回归树。今天主要介绍MPI版回归树pGBRT。
几篇比较好介绍GBRT算法的博文:
http://hi.baidu.com/hehehehello/item/96cc42e45c16e7265a2d64ee
http://blog.youkuaiyun.com/puqutogether/article/details/44781035
pGBRT源码下载:
http://machinelearning.wustl.edu/pmwiki.php/Main/Pgbrt
pGBRT版本是基于最小二乘(残差)梯度回归树
二、Gradient Boosting