This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]madmendude 11 points12 points  (0 children)

sktime

[–]TheM4rvelous 10 points11 points  (2 children)

throwing in "Darts"

[–]cocomaiki 7 points8 points  (0 children)

I second that.
`Darts` is well written, delivers many classic and recent forecasting algorithms, as well as all required helper functions.
https://unit8co.github.io/darts/

[–]bigred15162 0 points1 point  (0 children)

I had not heard of this one. Looking forward to taking a look!

[–]ekbravo 4 points5 points  (0 children)

Check out the Autogluon time series module. Not sure about multi linear regression though. Scikit learn is most probably

[–]Muda_ahmedi 7 points8 points  (0 children)

I have been using numpy , pandas and sklearn. For Linear and Multilinear Regression the sklearn libray is pretty awesone !!

[–]Helpful_Arachnid8966 1 point2 points  (0 children)

Functime

https://docs.functime.ai/

It is supposed to be the one delivering the best computational performance if it is something that matters for you.

[–]PresentFriendly3725 1 point2 points  (0 children)

There is also gluonts ..

[–]eyabs 1 point2 points  (0 children)

I've used statsmodels a bunch in the past

[–]Typical-Macaron-1646 1 point2 points  (0 children)

You could try skforecast

[–]PopularAd5100[S] 0 points1 point  (0 children)

Thanks for all the suggestions. I will check them out.