Prophet: How to use more features on fbprophet?

Created on 1 Sep 2020  路  3Comments  路  Source: facebook/prophet

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.

Most helpful comment

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andrew-pollock picture andrew-pollock  路  3Comments

datafool picture datafool  路  3Comments

robertdknight picture robertdknight  路  3Comments

rev3ks picture rev3ks  路  3Comments

kimhale picture kimhale  路  3Comments