Skip to content

joezengcbs/mini_xgboost_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

mini_xgboost_from_scratch

-- Building a simplified version of XGBOOST machine from scratch

Here I tried to create a simplified version of the XGBOOST machine that was originally proposed by Tianqi Chen and Carlos Guestrin. Specifically, I implemented a basic boosting tree model, shrinkage and column subsampling and weighted quantile sketch.

*For the original paper, please refer to https://arxiv.org/abs/1603.02754.

About

Build a simplified version of XGBOOST machine from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published