IQVIA-ML / LightGBM.jl

Julia FFI interface to Microsoft's LightGBM package
Other
90 stars 9 forks source link

Implement LGBM_BoosterRefit #7

Open yalwan-iqvia opened 4 years ago

yalwan-iqvia commented 4 years ago

Another missed FFI method LGBM_BoosterRefit

https://lightgbm.readthedocs.io/en/latest/C-API.html#c.LGBM_BoosterRefit

LightGBM Supports it, MLJ likes to know about methods supporting it, this would be the first pre-requisite to supporting it in MLJ

yalwan-iqvia commented 4 years ago

https://lightgbm.readthedocs.io/en/latest/Parameters.html#refit_decay_rate

This parameter is relevant, when implementing this feature.