Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RMSE, MSLE to handle missing values #542

Merged
merged 15 commits into from
Dec 23, 2024

remove np.asarray

b9b63bd
Select commit
Loading
Failed to load commit list.
Merged

Update RMSE, MSLE to handle missing values #542

remove np.asarray
b9b63bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 1s

90.48% (target 0.00%)

View this Pull Request on Codecov

90.48% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.48%. Comparing base (ac792f8) to head (b9b63bd).

Files with missing lines Patch % Lines
etna/metrics/functional_metrics.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
- Coverage   90.49%   90.48%   -0.01%     
==========================================
  Files         256      256              
  Lines       17364    17373       +9     
==========================================
+ Hits        15713    15720       +7     
- Misses       1651     1653       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.