We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(formerly part of #12)
Create an internal data transformation function in hubEvals that will transform sample 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 on output_type == sample)
hubExamples
output_type == sample
https://github.com/Infectious-Disease-Modeling-Hubs/hubExamples/blob/main/data/forecast_outputs.rda
Definition of done:
transform_sample_model_output
The text was updated successfully, but these errors were encountered:
Noting that this issue is blocked until the ongoing sample data work is complete.
Sorry, something went wrong.
No branches or pull requests
(formerly part of #12)
Create an internal data transformation function in hubEvals that will transform sample 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 == sample
)https://github.com/Infectious-Disease-Modeling-Hubs/hubExamples/blob/main/data/forecast_outputs.rda
Definition of done:
transform_sample_model_output
The text was updated successfully, but these errors were encountered: