Skip to content

Add example for ProphetModel #178

Merged
merged 4 commits into from
Oct 12, 2021
Merged

Add example for ProphetModel #178

merged 4 commits into from
Oct 12, 2021

Conversation

julia-shenshina
Copy link
Contributor

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

Related Issue

Closing issues

closes #118

@julia-shenshina julia-shenshina self-assigned this Oct 12, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2021

Codecov Report

Merging #178 (4278e6c) into master (cadbd6e) will increase coverage by 0.55%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   87.22%   87.78%   +0.55%     
==========================================
  Files          74       75       +1     
  Lines        3272     3438     +166     
==========================================
+ Hits         2854     3018     +164     
- Misses        418      420       +2     
Impacted Files Coverage Δ
etna/models/prophet.py 98.18% <ø> (ø)
etna/pipeline/pipeline.py 99.25% <0.00%> (-0.75%) ⬇️
etna/metrics/__init__.py 100.00% <0.00%> (ø)
etna/metrics/utils.py 100.00% <0.00%> (ø)
etna/model_selection/backtest.py 97.60% <0.00%> (+0.03%) ⬆️
etna/models/sarimax.py 94.89% <0.00%> (+1.01%) ⬆️

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 cadbd6e...4278e6c. Read the comment docs.

martins0n
martins0n previously approved these changes Oct 12, 2021
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.

👍

@julia-shenshina julia-shenshina merged commit 66781ef into master Oct 12, 2021
@martins0n martins0n deleted the issue118 branch October 12, 2021 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add minimal examples to Prophet model methods
3 participants