Prophet: ValueError: Expected column 'floor'. fbprophet 0.3.post2

Created on 10 Oct 2018  路  1Comment  路  Source: facebook/prophet

Dear developers,
I have a problem with Saturating Forecasts. ValueError: Expected column 'floor'.
Latest version prophet installed. I do not know why. 小ode in image

Sorry for my English)
Thanks.

1

Most helpful comment

I think the problem here is that you are adding the floor to future, but then are aftewards re-creating future, with future = m.make_fjuture_dataframe(periods=11,freq='M'). Make sure you add floor to future after that. Does that do it?

>All comments

I think the problem here is that you are adding the floor to future, but then are aftewards re-creating future, with future = m.make_fjuture_dataframe(periods=11,freq='M'). Make sure you add floor to future after that. Does that do it?

Was this page helpful?
0 / 5 - 0 ratings