https://github.com/nixtla logo
m

Max (Nixtla)

06/18/2023, 2:36 AM
I'm sorry as I'm a begginer. But can I find a completed example to train LSTM and GRU models on multivariate time series ? Hilo en #statsforecast
@Mohammed Alruqimi: to get started you can try using this guide: https://nixtla.github.io/neuralforecast/examples/getting_started.html (Just include GRU) For exogenous variables like price of oil or things like that, you can use this one: https://nixtla.github.io/neuralforecast/examples/exogenous_variables.html
m

Mohammed Alruqimi

06/18/2023, 8:10 AM
Thank you