epiforecasts / scoringutils

Utilities for Scoring and Assessing Predictions
https://epiforecasts.io/scoringutils/
Other
48 stars 20 forks source link

Issue #709: Rename `rules` to `metrics` #710

Closed nikosbosse closed 6 months ago

nikosbosse commented 6 months ago

Description

This PR closes #709. This PR closes #610

Following the discussion in #610 this PR replaces occurrences of "rules" with "metrics" in the code

(to be precise, I updated the code by searching and replacing

The PR also updates a few instances in the docs to make it clear that "rules" means "metrics and scoring rules"

Checklist

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.28%. Comparing base (5db9070) to head (cab02d6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #710 +/- ## ======================================= Coverage 95.28% 95.28% ======================================= Files 21 21 Lines 1632 1632 ======================================= Hits 1555 1555 Misses 77 77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.