microprediction / timemachines

Predict time-series with one line of code.
https://www.microprediction.com/blog/popular-timeseries-packages
MIT License
397 stars 51 forks source link

Flesh out sktime functionality #116

Open microprediction opened 2 years ago

microprediction commented 2 years ago

Been a while since I looked at sktime and they have added more stuff.

Steps:

See skwrappers for example and make sk_something_iskater in the mold of sk_autoarima_iskater

Then add another function to a new module sksomething, say, like skautoarima

Don't forget to review steps for adding batch style models