oliverguhr / transformer-time-series-prediction

proof of concept for a transformer-based time series prediction model
MIT License
1.3k stars 241 forks source link

single-variable prediction #27

Open Pyramiding opened 10 months ago

Pyramiding commented 10 months ago

This seems to be a single-variable prediction, which only uses the sequence information of the own variables of the time signal, does not use other features

oliverguhr commented 10 months ago

Correct, this is a univariate model. But you can adjust this to multi variate scenarios.

Pyramiding commented 9 months ago

got it