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
Add support for the sample model_output_type in hubEnsembles so that hub administrators and/or individual modelers can run linear pool ensembles on model_output in sample format.
Acceptance criteria:
sample output_type can be passed to linear_pool() with valid ensemble output returned
unit tests in place to check accuracy of calculations
documentation of function, including arguments and explanations for any analysis choices that need to be specified by the user
warning is thrown if the number of samples available for all prediction units and from all models are not equal
The text was updated successfully, but these errors were encountered:
r.e. "warning is thrown if the number of samples available for all prediction units and from all models are not equal" -- is that something that is a part of an ensembling operation? feels like a validation that should happen somewhere else?
I think if a user passes model output that has varying numbers of samples per prediction unit (maybe excluding 0s?) there should be a warning thrown. It feels like the kind of thing that could be overlooked but could have weird consequences depending on the implementation.
nickreich
changed the title
add support for building ensembles using sample data in linear_pool()
Add support for the sample model_output_type in hubEnsembles::linear_pool()
Apr 4, 2024
Add support for the sample model_output_type in hubEnsembles so that hub administrators and/or individual modelers can run linear pool ensembles on model_output in sample format.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: