You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to convert a LightGBM model trained using the tweedie objective, we run into RuntimeError(LightGBM objective should be cleaned already not 'tweedie'.). I believe the fix would be adding tweedie to the tuple of objective names here.
The text was updated successfully, but these errors were encountered:
When attempting to convert a LightGBM model trained using the tweedie objective, we run into
RuntimeError(LightGBM objective should be cleaned already not 'tweedie'.)
. I believe the fix would be addingtweedie
to the tuple of objective names here.The text was updated successfully, but these errors were encountered: