Skip to content

Questions regarding neural_prophet usages. #350

Discussion options

You must be logged in to vote

Hi @bergen288

neural_prophet only gives me the plot with forecast value. Is it possible to make make plot with history and forecast values?

Yes, you can use plot_last_forecast(plot_history_data=True)

The following add_seasonality works fine in fbprophet, but it fails with neural_prophet due to "unexpected keyword argument 'condition_name'". What's the correct way to define it?

I am sorry to say that conditional seasonality is not implemented yet.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@olafsrb
Comment options

@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
3 participants
Converted from issue

This discussion was converted from issue #317 on June 27, 2021 09:39.