Skip to content

AttributeError: 'NoneType' object has no attribute 'event' #553

Discussion options

You must be logged in to vote

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)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ourownstory
Comment options

Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants