Skip to content

Wape metric #1085

Merged
merged 5 commits into from Jan 31, 2023
Merged

Wape metric #1085

merged 5 commits into from Jan 31, 2023

Conversation

looopka
Copy link
Contributor

@looopka looopka commented Jan 27, 2023

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?

Proposed Changes

Add new metric WAPE. reference https://www.baeldung.com/cs/mape-vs-wape-vs-wmape

Closing issues

closes #1080

@codecov-commenter
Copy link

codecov-commenter commented Jan 27, 2023

Codecov Report

Merging #1085 (aa44851) into master (30f9277) will decrease coverage by 18.63%.
The diff coverage is 66.66%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##           master    #1085       +/-   ##
===========================================
- Coverage   87.06%   68.44%   -18.63%     
===========================================
  Files         170      170               
  Lines        9310     9319        +9     
===========================================
- Hits         8106     6378     -1728     
- Misses       1204     2941     +1737     
Impacted Files Coverage Δ
etna/metrics/functional_metrics.py 44.11% <20.00%> (-42.09%) ⬇️
etna/metrics/metrics.py 86.25% <87.50%> (-13.75%) ⬇️
etna/metrics/__init__.py 100.00% <100.00%> (ø)
etna/commands/__main__.py 0.00% <0.00%> (-87.50%) ⬇️
etna/datasets/hierarchical_structure.py 22.01% <0.00%> (-75.23%) ⬇️
etna/libs/pmdarima_utils/arima.py 28.84% <0.00%> (-71.16%) ⬇️
etna/pipeline/assembling_pipelines.py 26.31% <0.00%> (-71.06%) ⬇️
etna/pipeline/mixins.py 31.42% <0.00%> (-67.62%) ⬇️
etna/analysis/outliers/hist_outliers.py 10.82% <0.00%> (-66.25%) ⬇️
etna/reconciliation/bottom_up.py 35.29% <0.00%> (-64.71%) ⬇️
... and 62 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@martins0n martins0n requested a review from Ama16 January 30, 2023 07:43
CHANGELOG.md Outdated Show resolved Hide resolved
etna/metrics/__init__.py Show resolved Hide resolved
@looopka looopka requested a review from Ama16 January 30, 2023 17:19
@Ama16 Ama16 enabled auto-merge (squash) January 31, 2023 07:39
@Ama16 Ama16 merged commit b9246c6 into tinkoff-ai:master Jan 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add WAPE metric
3 participants