KIT-IAI / pyWATTS

pyWATTS: Python Workflow Automation Tool for Time-Series
MIT License
40 stars 9 forks source link

Wrapper for sktime #168

Open SMEISEN opened 2 years ago

SMEISEN commented 2 years ago

What is your feature request related to?

Please describe the module/problem

A wrapper for the sktime library, which implements prominent statistical forecasting algorithms (such as autoARIMA, autoETS, Theta, and TBATS) in Python.

Describe the solution you'd like A wrapper module that handles input and output data processing.

Describe alternatives you've considered Using the sklearn wrapper does not work since the sktime-API is not compatible (handling of endogenous and exogenous inputs).

benHeid commented 1 year ago

We try a native support. Thus, hopefully we need no extra sktimewrapper