AttributeError: 'NoneType' object has no attribute 'event' #553
Answered
by
plearatblast
plearatblast
asked this question in
Q&A - get help using NeuralProphet
-
Hello,
|
Beta Was this translation helpful? Give feedback.
Answered by
plearatblast
Feb 18, 2022
Replies: 1 comment 1 reply
-
Solved this with the explicit syntax: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved this with the explicit syntax:
future = m.make_future_dataframe(df=history_df, events_df=events_df, periods=30, n_historic_predictions=len(df)) forecast = m.predict(df=future)