-
Notifications
You must be signed in to change notification settings - Fork 2
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
integration/listing with skpro
and sktime
?
#1
Comments
skpro
?skpro
and sktime
?
PS: let us know if you would like to present |
Hi @fkiraly, thanks for the kind feedback! Generally, integration with We have a few rough edges to sort out in our package though, starting up with basics like docstrings and a documentation, but also we have not yet thought about how to handle e.g. auto-regressive effects in I would see the integration nevertheless as a goal for the first stable version 👍 It will be good to have it in the back of our minds while smoothing the rough edges. I'll read through the docs and write down some more notes in this issue the next week(s). |
Review of the framework PR for online proba regressors would be appreciated! |
FYI @simon-hirsch, I think the current, improved |
Nice package, I have been looking for methods for heteroskedastic distribution prediction! (see sktime/skpro#7)
More generally, I think
rolch
would fit the scope of skpro as a model for conditional distribution prediction:https://github.com/sktime/skpro
In the
sktime
/skpro
ecosystem:sktime
forecasters!There are two models to add integration with
rolch
, both assumingrolch
exists as a separate, continuously maintained package under independent ownership:skpro
, here we add a non-trivial adapter inskpro
conformant with theskpro
probabilistic regressor interface. This regressor would take a soft dependency onrolch
and have some non-trivial API adaptation logic.rolch
, and a mini-test suite is added torolch
to continuously test for interface compatibility. Inskpro
, we then only add a placeholder so your estimator appears in the estimator overview list, search function, and python bindings for library queries.More details in the developer guide for estimator integration: https://www.sktime.net/en/latest/developer_guide/add_estimators.html
Happy to help integrate!
What I am also very excited about is the on-line learning interface for distributional prediction! This does not exist as a systematic interface point in
skpro
yet, but we could add this together and makerolch
the first such example!I think this would be especially useful towards the existing
sktime
integration withskpro
, where currently in reduction the tabular regression models are refit entirely instead of making use of efficient updating, sorolch
could become a favourite component fore efficient stream update forecasting insktime
composites!The text was updated successfully, but these errors were encountered: