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
However, scoringutils does not yet support the pmf model output type (related issue), so we're not yet able to do this data conversion.
In the meantime, we can create the internal function for transforming pmf output data, but use it to alert hubverse users that pmf scoring is not yet implemented (instead of doing the actual data transformation).
This is not a user-facing function. Instead, it will be invoked by the publicly-accessible function described in #11.
bsweger
changed the title
Write an R function to transform pmf model-output data to scoringutils-compatible format
Create internal R function to transform pmf model-output data to scoringutils-compatible format
Apr 3, 2024
bsweger
changed the title
Create internal R function to transform pmf model-output data to scoringutils-compatible format
Create internal R "stub" function to transform pmf model-output data to scoringutils-compatible format
Apr 3, 2024
elray1
changed the title
Create internal R "stub" function to transform pmf model-output data to scoringutils-compatible format
Create internal R function to transform pmf model-output data to scoringutils-compatible format
Aug 16, 2024
(formerly part of #12)
Similar to other hubverse-supported output types (e.g., #23, #24, #25), we will need an internal transformation function in hubEvals to handle transforming pmf model-output data into the scoringutils forecast object: https://epiforecasts.io/scoringutils/dev/reference/as_forecast.html.
However, scoringutils does not yet support the pmf model output type (related issue), so we're not yet able to do this data conversion.
In the meantime, we can create the internal function for transforming pmf output data, but use it to alert hubverse users that pmf scoring is not yet implemented (instead of doing the actual data transformation).
This is not a user-facing function. Instead, it will be invoked by the publicly-accessible function described in #11.
Definition of done:
transform_pmf_model_output
that returns a "not yet implemented" message to be caught by upstreamhubEval
wrapper functions (write function that translates from hubverse format to scoringutils-ready format #11) and passed back to the userThe text was updated successfully, but these errors were encountered: