cmu-delphi/forecast-eval

Use error measure fns from `evalcast`

Aberta

#247 aberto em 14 de dez. de 2022

 (0 comentário) (0 reação) (0 responsável)R (3 forks)auto 404
good first issue

Métricas do repositório

Stars
 (6 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador