Transform pmf model output into a forecast object
transform_pmf_model_out.Rd
Transform pmf model output into a forecast object
Arguments
- model_out_tbl
Model output tibble with predictions
- oracle_output
Predictions that would have been generated by an oracle model that knew the observed target data values in advance
- output_type_id_order
For nominal variables, this should be
NULL
(the default). For ordinal variables, this is a vector of levels for pmf forecasts, in increasing order of the levels.