Created
December 30, 2021 07:41
-
-
Save A-safarji/de739d5e0c889ce7d78ed88615d81648 to your computer and use it in GitHub Desktop.
plotting NeuralProphet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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