Support different regressor with different interval_width.
See original GitHub issueI’d like to use yhat_upper to keep a good stock level . But different regressor should have different interval_width .
For example, I have an event A
hold on 1-3 times per two week , and I have event B
hold 1-3 times per year .
So I want event A
at 80% interval_width , and event B
at 50% interval_width .
fbprophet doesn’t support it now .
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Choosing the Correct Type of Regression Analysis
You can choose from many types of regression analysis. Learn which are appropriate for dependent variables that are continuous, categorical, and count data....
Read more >Help: Prediction intervals and comparisons of two interval widths
Here's my situation: The equation for a simple linear regression model (below) was calculated and the summary output for the model was produced ......
Read more >Method table for Fit Regression Model - Support - Minitab
Use your specialized knowledge to determine whether the confidence interval includes values that have practical significance for your situation. If the interval ......
Read more >3.3 - Prediction Interval for a New Response | STAT 501
In our discussion of the confidence interval for μ Y , we used the formula to investigate what factors affect the width of...
Read more >Chapter 6 Multiple Regression | Statistical Inference via Data ...
Another type of model we can use is known as a parallel slopes model. Unlike interaction models where the regression lines can have...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you , it is really a big task. Since the amount of products is too huge, very cost human resources .
Meaning the
prior_scale
when adding it? I think for that your best best would be to use cross validation to test a range of values and select the best one. Values in the range [0.01, 10] would probably be around the range of interest (see also https://facebook.github.io/prophet/docs/diagnostics.html#hyperparameter-tuning)