-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] interface XGBoostLSS
et al by StatMixedML
#184
Comments
PS @StatMixedML, I notice that you are interested in probabilistic forecasting, yet the estimators provided are, strictly speaking, probabilistic tabular regressors. That's not a big problem, as What would be nice, with your expertise, is some thinking around uncertainty estimates in recursive regression, that seems non-obvious. Let us know if you are interested in some methology research around that - or if you already have some solutions 😄 |
@fkiraly Thanks for suggesting the skpro integration. Integrating the LSS-models into both skpro and sktime would be a fantastic extension! For now I suggest we focus on the XGBoostLSS/LightGBMLSS integrations, since the other two LSS frameworks are currently not maintained.
That is correct. General purpose tree models are, without using parametric models in the leaf-nodes, not designed for forecasting, since they lack the ability to extrapolate beyond the training data. However, using the
That sounds like an interesting problem. Can you maybe sketch the problem in more detail. We can also have the discussion via email if you want. |
Sure! Done in this discussion thread:
I know how academics are, so thanks for being considerate in this respect. Hence I do not mind the discussion in public, even if novel methodological content comes out of it. |
Thanks for your support! Let's get to it then 😃, contributions appreciated. |
I have created respective branches in the repos
Please work towards them before we actually merge it to master. |
hm, @StatMixedML, are you planning to write the estimator directly in the respective package? Though for that set-up, you may like to consider relaxing your depedency bounds? See discussion in StatMixedML/XGBoostLSS#56 |
Towards #184. Implements an interface for `xgboostlss` regressors, for now in a restricted form: * only the distributions already available in `skpro` * most parameters are available in init, but not all that could in-principle be addressed The above can be added in future iterations.
I have now written an interface to The "biggest" questions imo, very briefly summarized:
|
It would be great to interface the various probabilistic supervised regressors of
StatMixedML
, so they can then immediately used for forecasting insktime
viaskpro
!XGBoostLSS
https://github.com/StatMixedML/XGBoostLSSxgboostlss
regressors #522LightGBMLSS
https://github.com/StatMixedML/LightGBMLSSCatBoostLSS
https://github.com/StatMixedML/CatBoostLSSpyboostLSS
https://github.com/StatMixedML/Py-BoostLSSFYI @StatMixedML, @joshdunnlime
Many thanks to @KiwiAthlete for the suggestion!
The text was updated successfully, but these errors were encountered: