Closed elray1 closed 1 year ago
Happy with this and makes sense to me.
Let me know whether to go ahead and implement .
Main changes required will be to:
model-output
data formatinst
and any full example hubs)This is complete in hubUtils
. Still needs addressing in hubDocs
but issue exists: https://github.com/Infectious-Disease-Modeling-Hubs/hubDocs/issues/50.
Closing here
Currently in the hub
tasks.json
, we have:model_tasks
>output_type
, which describes a representation or summary of a probability distribution and lines up with thetype
column in a model output submission filemodel_tasks
>target_metadata
>target_type
, which describes a statistical variable typeMaybe we should have a more consistent naming for the two things in point 1? e.g., might we want to change the column name in submission files to
output_type
rather than justtype
?