Reputation: 36
So I'm at very beginner level of Machine Learning and I want to forecast multiple samples of time series. The time series contains samples at every 15 minutes and I have to forecast samples for next 3 days. So approximately 288 samples in future.
My time series have other categorical features also so I implemented one model based on this answer.
I read about encoder-decoder for seq2seq time series forecasting. But couldn't understand much regarding how to implement it and combine it with multiple categorical features.
Thanks in advance.
Upvotes: 1
Views: 2274
Reputation: 3453
Upvotes: 2