Skip to content

HrBlack/GBDT

Repository files navigation

GBDT🌲

A version of GBDT implementation in python and C++. 基于弱分类器CART实现,其中decision_tree.py可单独使用CART树。

回归问题

当前可用loss仅为Squared Error,同时也是最常用的。

分类问题

loss函数有待增加。

GBDT原理

参见《统计学习方法》--李航

Releases

No releases published

Packages