What does model.model.trend.trend_deltas
show?
#1330
Unanswered
codeananda
asked this question in
Q&A - get help using NeuralProphet
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to find the difference between the slope/gradient of the trend between each of the changepoints (set by
n_changepoints
). Is there somewhere in the model that gives me this?I thought
model.model.trend.trend_deltas
might be the answer. But I'm confused. Is it really the change between trends? How is it calculated? It's defo not just a subtraction of one trend from the other.What does the first number refer to?
Output
@noxan @ourownstory
Beta Was this translation helpful? Give feedback.
All reactions