Is your feature request related to a problem? Please describe.
Since compared to the original prophet library, there is now auto regression in neural prophet, so when plotting components of the model, there is auto regression plot. I find it difficult to understand what the auto regression plot means and how to interpret it as a business user. What is the y axis and how does the model compute the values?
Describe the solution you'd like
A documentation that gives examples with interpretation of the auto regression plot.
Describe alternatives you've considered
I tried to look through the entire plot_forecaster.py and forecaster.py to look for answers but soon it touches the different Nets calculation where it's harder to follow.
Is your feature request related to a problem? Please describe.
Since compared to the original prophet library, there is now auto regression in neural prophet, so when plotting components of the model, there is auto regression plot. I find it difficult to understand what the auto regression plot means and how to interpret it as a business user. What is the y axis and how does the model compute the values?
Describe the solution you'd like
A documentation that gives examples with interpretation of the auto regression plot.
Describe alternatives you've considered
I tried to look through the entire plot_forecaster.py and forecaster.py to look for answers but soon it touches the different Nets calculation where it's harder to follow.