Skip to content

Ensemble with models from different library #4615

Answered by fkiraly
sigord asked this question in Q&A
Discussion options

You must be logged in to vote

hm, sktime 0.8.0 is ages ago, are you sure you don´t mean sktime 0.18.0?

Now this could be a too old version of sktime, but in general you can take the extension templates in order to create sktime compatible interfaces for any library's forecaster. The forecaster template is here: https://github.com/sktime/sktime/blob/main/extension_templates/forecasting.py

There is also an in-depth video tutorial, which is also linked in the guide here:
https://www.sktime.net/en/stable/developer_guide/add_estimators.html

xgbregressor should work together with make_reduction, as it already has an sklearn compatible interface, for that you need to use the sklearn API: https://xgboost.readthedocs.io/en/sta…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sigord
Comment options

@fkiraly
Comment options

@fkiraly
Comment options

Answer selected by sigord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
2 participants