|
|
|
|
|
by hrzn
1825 days ago
|
|
For those interested in time series library, we are developing Darts [1], which focuses on making it easy & straightforward to build and use forecasting models. Out of the box it contains traditional models (such as ARIMA) as well as recent deep learning ones (like N-Beats). It also allows to easily train models on multiple time series (potentially scaling to large datasets), as well as on multivariate series (i.e., series made of multiple dimensions). It will soon support probabilistic forecasts as well. [1] https://github.com/unit8co/darts/ |
|
Or put another way , how well does it scale horizontally to multiple machines.
We fine most time series libraries to be about the same in terms of features and speed, but very few can handle large datasets well, if at all.
And, of course, thanks for sharing your library, I'll definitely try it out!!