-
Notifications
You must be signed in to change notification settings - Fork 80
Add confidence intrvals to Prophet #153
Conversation
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
- Coverage 87.38% 87.11% -0.28%
==========================================
Files 73 73
Lines 3164 3213 +49
==========================================
+ Hits 2765 2799 +34
- Misses 399 414 +15
Continue to review full report at Codecov.
|
This reverts commit cffbce8.
Notes | ||
_____ | ||
The width of the confidence interval is specified in the constructor of ProphetModel setting the interval_width | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something strange happens.
etna/models/prophet.py
Outdated
If True returns confidence interval for forecast | ||
Returns | ||
------- | ||
DataFrame |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typing
etna/models/prophet.py
Outdated
DataFrame | ||
Models result | ||
Notes | ||
_____ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``
_____ | |
----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (must do checklist)
Type of Change
Proposed Changes
Add confidence interval to Prophet
Related Issue
Closing issues