I want to train my model with more features along Timestamp.
Is there any way to include other features too?
I searched a lot and failed to find out.
This is in the official documentation webpage here.
This is in the official documentation webpage here.
I thought it's only for adding Holidays.
So, I can just add and feed those columns?
So, is it forecasting all columns too?
So, is it forecasting all columns too?
No, the model is only built for predicting a single time series. You'd need future values for separate projections for each additional feature you include.
Most helpful comment
No, the model is only built for predicting a single time series. You'd need future values for separate projections for each additional feature you include.