You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bsweger
changed the title
Write an R function to transform cdf model-output data to scoringutils-compatible format
Create internal R function to transform cdf model-output data to scoringutils-compatible format
Apr 3, 2024
(formerly part of #12)
Create an internal data transformation function in hubEvals that will transform cdf model-output data into a format that can be successfully converted to a scoringutils forecast object: https://epiforecasts.io/scoringutils/dev/reference/as_forecast.html.
This is not a user-facing function. Instead, it will be invoked by the publicly-accessible function described in #11.
A good source of test data for this function is the forecast_outputs data object in the
hubExamples
repo (filtering onoutput_type == cdf
)https://github.com/Infectious-Disease-Modeling-Hubs/hubExamples/blob/main/data/forecast_outputs.rda
Definition of done:
transform_cdf_model_output
The text was updated successfully, but these errors were encountered: