Skip to content

Add confidence intrvals to Prophet #153

Merged
merged 8 commits into from Oct 11, 2021
Merged

Add confidence intrvals to Prophet #153

merged 8 commits into from Oct 11, 2021

Conversation

alex-hse-repository
Copy link
Collaborator

@alex-hse-repository alex-hse-repository commented Oct 7, 2021

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Type of Change

  • Examples / docs / tutorials / contributors update
  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing feature)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Proposed Changes

Add confidence interval to Prophet

Related Issue

Closing issues

@alex-hse-repository alex-hse-repository added the enhancement New feature or request label Oct 7, 2021
@alex-hse-repository alex-hse-repository self-assigned this Oct 7, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2021

Codecov Report

Merging #153 (4cc4d71) into master (50f2074) will decrease coverage by 0.27%.
The diff coverage is 97.22%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
etna/models/base.py 97.46% <ø> (ø)
etna/models/prophet.py 98.18% <97.22%> (-0.52%) ⬇️
etna/analysis/plotters.py 12.90% <0.00%> (-0.67%) ⬇️
etna/analysis/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50f2074...4cc4d71. Read the comment docs.

Notes
_____
The width of the confidence interval is specified in the constructor of ProphetModel setting the interval_width
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something strange happens.

If True returns confidence interval for forecast
Returns
-------
DataFrame
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typing

DataFrame
Models result
Notes
_____
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

``

Suggested change
_____
-----

etna/models/prophet.py Outdated Show resolved Hide resolved
Copy link
Contributor

@martins0n martins0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@martins0n martins0n merged commit a0ffd6a into master Oct 11, 2021
@martins0n martins0n deleted the _ETNA-811 branch October 11, 2021 12:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants