cmu-delphi/forecast-eval

Use error measure fns from `evalcast`

Offen

#247 geöffnet am 14.12.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)R (3 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Report/error_measures.R redefines (looks like copy-pasted, but verify) error measures from evalcast. We want them to match exactly and also use new efficient versions. Error functions are used in Report/create_reports.R.

https://github.com/cmu-delphi/forecast-eval/pull/245 copy-pastes the efficient versions from https://github.com/cmu-delphi/covidcast/pull/602. Once https://github.com/cmu-delphi/covidcast/pull/602 is merged, pull from evalcast instead.

Contributor Guide