szcf-weiya / ESL-CN

The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。
https://esl.hohoweiya.xyz
GNU General Public License v3.0
2.39k stars 588 forks source link

California Housing #206

Open szcf-weiya opened 4 years ago

szcf-weiya commented 4 years ago
szcf-weiya commented 4 years ago

I forked https://github.com/szcf-weiya/GradientBoost.jl and rewrite it to be compatible with Julia 1.0, then apply it to the Housing dataset with the squared loss function. Currently, the Huber loss function has not been implemented. fig10 13_square_loss

Actually, it is the stochastic gradient boosting.