dmitryikh / leaves

pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
MIT License
419 stars 72 forks source link

support DART from LightGBM? #25

Closed dmitryikh closed 5 years ago

dmitryikh commented 5 years ago

The source code of DART class in LightGBM seems like nothing we should do in leaves and this class of models is already supported..

At least we should add test on this case..