dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.92k stars 1.86k forks source link

ARIMA with linear regressors time series modelling #3855

Open mungojam opened 5 years ago

mungojam commented 5 years ago

This was mentioned in some other issues that have now been closed following the first release of time series functionality.

We currently use ARIMA with linear regressors. There may be better algorithms but it works well for us and is fairly simple to understand and implement.

If you can add basic models like this and somebody produces a C#/F# equivalent of the Forecasting Principles and Practices e-book then you might be able to support quite a few people who are just getting started with time series forecasting.

LameuleFR commented 1 month ago

This.