dmitryikh / leaves

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

Is there any way to support tweedie regression models? #88

Open tolipoc opened 2 years ago

tolipoc commented 2 years ago

I have a model trained withtweedie regression in light gbm. With leaves I got panic:

panic: unexpected objective field: 'tweedie'

It works perfectly in python's lightGBM

lgbmodel_ww.txt