Closed mdekstrand closed 1 week ago
Attention: Patch coverage is 87.65432%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 92.58%. Comparing base (
481141b
) to head (b95b6a2
). Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This changes metrics from callables to classes that implement
ListMetric
and/orGlobalMetric
(although simple list metrics can be specified as functions), and implements global RMSE & MAE.These are slower than the old bulk operations, but clearer to write. We may look at re-optimizing later.