microprediction / timemachines

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

Add StatsForecastAutoARIMA to sk skaters #115

Closed microprediction closed 1 year ago

microprediction commented 1 year ago

Concrete and pretty easy one. Simply need to include sktime's wrapping of Nixtia's fast autoarima.

Steps:

  1. See skwrappers for example and make sf_autoarima_iskater in the mold of sk_autoarima_iskater

  2. Then add another function to skautoarima to include it, this is just a one-liner.

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

microprediction commented 1 year ago

Peter workin on it

microprediction commented 1 year ago

Done!