Something went wrong #1502
Unanswered
Ambitioning
asked this question in
Q&A - get help using NeuralProphet
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I'm using these few lines of code:
future=m.make_future_dataframe(df,periods=180)
forecast=m.predict(future)
forecast.head()
This error will appear:'DataFrame' object has no attribute 'append'
What is this problem?
Beta Was this translation helpful? Give feedback.
All reactions