Nixtla / neuralforecast

Scalable and user friendly neural :brain: forecasting algorithms.
https://nixtlaverse.nixtla.io/neuralforecast
Apache License 2.0
2.7k stars 313 forks source link

Addition of new diffusion models that are VERY ACCURATE (up to 5x better than DeepAR) #496

Open cody-craig opened 1 year ago

cody-craig commented 1 year ago

Timegrad is a relatively new model that uses Autoregressive Denoising Diffusion for Multivariate Probabilistic Time Series Forecasting Link to paper here . It has shown to outperform many types of time series models over several datasets. Recently a group of Chinese researchers Were able to create a model called D3VAE that uses diffusion, denoising, and disentanglement to beat Timegrad model. Link to that paper here

The Problem is both of these models are not very user friendly. I have experienced many hours of pain trying to implement these models and others have had the same problems.

IF Nixtla can implement these models in an easy to use, open source way, that would be a game changer for me personally. Thanks a bunch, keep up the good work!

Screen Shot 2023-03-31 at 7 26 20 AM Screen Shot 2023-03-31 at 7 55 08 AM
kyr0 commented 1 year ago

+1