awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.47k stars 744 forks source link

Documentation for Available Models is misleading #2716

Closed baniasbaabe closed 1 year ago

baniasbaabe commented 1 year ago

Description

In the official GluonTS Documentation, the „Available Models“ section is a bit misleading. I‘m unsure how the terms „univariate“ and „multivariate“ are used (since they are sometimes mixed with univariable and multivariable), but

References

https://ts.gluon.ai/stable/getting_started/models.html

lostella commented 1 year ago

Hi @baniasbaabe, thanks for opening this. To clarify, "univariate" and "multivariate" refer to the target time series, the one being modeled: in the univariate case this is a sequence of scalars, hence a vector or 1D array, in the multivariate case this is a sequence of vectors, hence a 2D array.

Leaving this issue open since this should be made clear in the documentation.

baniasbaabe commented 1 year ago

Thanks, I already guessed it. It‘s like that that sometimes people are confused with univariate and univariable :). But it would be maybe a nice-to-have if we can add another column, if a model accepts multiple features or not. Or what do you say? :)