Hello, I am trying to export an XGBoost model with tweedie regression, but encounter this error:
RuntimeError: Objective 'reg:tweedie' not supported.
I see that the support was just provided for LightGBM (#721). Are there any plans to enable it for XGBoost as well? Thanks!