Skip to content

Vectorize metric computation #1347

Merged
merged 13 commits into from
Aug 8, 2023
Merged

Vectorize metric computation #1347

merged 13 commits into from
Aug 8, 2023

Conversation

Mr-Geekman
Copy link
Contributor

@Mr-Geekman Mr-Geekman commented Aug 7, 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

Look #1345.

Closing issues

Closes #1345.

@Mr-Geekman Mr-Geekman self-assigned this Aug 7, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2023

Codecov Report

Merging #1347 (a40a26a) into master (d23ec9d) will increase coverage by 0.03%.
The diff coverage is 98.37%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1347      +/-   ##
==========================================
+ Coverage   89.13%   89.17%   +0.03%     
==========================================
  Files         204      204              
  Lines       12687    12746      +59     
==========================================
+ Hits        11309    11366      +57     
- Misses       1378     1380       +2     
Files Changed Coverage Δ
etna/metrics/base.py 94.82% <93.10%> (-1.10%) ⬇️
etna/metrics/__init__.py 100.00% <100.00%> (ø)
etna/metrics/functional_metrics.py 91.52% <100.00%> (+6.23%) ⬆️
etna/metrics/intervals_metrics.py 98.36% <100.00%> (+0.08%) ⬆️
etna/metrics/metrics.py 100.00% <100.00%> (ø)
etna/pipeline/base.py 95.71% <100.00%> (+0.01%) ⬆️

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

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

@github-actions github-actions bot temporarily deployed to pull request August 7, 2023 06:24 Inactive
etna/metrics/base.py Outdated Show resolved Hide resolved
etna/metrics/base.py Show resolved Hide resolved
etna/metrics/base.py Outdated Show resolved Hide resolved
etna/metrics/base.py Outdated Show resolved Hide resolved
etna/metrics/functional_metrics.py Outdated Show resolved Hide resolved
etna/metrics/functional_metrics.py Outdated Show resolved Hide resolved
etna/metrics/metrics.py Outdated Show resolved Hide resolved
etna/metrics/metrics.py Show resolved Hide resolved
etna/metrics/functional_metrics.py Show resolved Hide resolved
tests/test_metrics/test_metrics.py Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request August 7, 2023 14:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 7, 2023 15:35 Inactive
etna/metrics/__init__.py Outdated Show resolved Hide resolved
etna/metrics/functional_metrics.py Outdated Show resolved Hide resolved
etna/metrics/metrics.py Outdated Show resolved Hide resolved
# Conflicts:
#	CHANGELOG.md
@github-actions github-actions bot temporarily deployed to pull request August 8, 2023 12:20 Inactive
@Mr-Geekman Mr-Geekman merged commit 26be1b2 into master Aug 8, 2023
12 checks passed
@Mr-Geekman Mr-Geekman deleted the issue-1345 branch August 8, 2023 13:29
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.

Vectorize metric computation
3 participants