Skip to content

Instantly share code, notes, and snippets.

@A-safarji
Created December 30, 2021 07:41
Show Gist options
  • Select an option

  • Save A-safarji/de739d5e0c889ce7d78ed88615d81648 to your computer and use it in GitHub Desktop.

Select an option

Save A-safarji/de739d5e0c889ce7d78ed88615d81648 to your computer and use it in GitHub Desktop.
plotting NeuralProphet
# plot
fig_forecast = model.plot(forecast)
fig_components = model.plot_components(forecast)
fig_model = model.plot_parameters()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment