-
Notifications
You must be signed in to change notification settings - Fork 258
Description
🚀 Feature Request
Add the fitted model coefficients to the data export. Also an option to show the coefficients, especially for trend lines, would be useful.
🔈 Motivation
This is a great package and really easy to use to get quick answers to questions business users ask; particularly about the impact of deploying new features to our website, etc. Because these tend to be relatively short time assessments (months) the trends are usually simple straight lines. Prophet is useful because our business has strong weekly variation and it handles that with minimum effort. Being able to get the trend slopes directly would be a great help!
🛰 Alternatives
Currently I do this by reading dates and values off the trend line tooltip.
📎 Additional context
It seems to be a common Prophet question and they've recently updated the package https://githubmemory.com/repo/facebook/prophet/issues/1972