Skip to contents

Transform either mean or median model output into a point forecast object:

Usage

transform_point_model_out(model_out_tbl, target_observations, output_type)

Arguments

model_out_tbl

Model output tibble with predictions

target_observations

Observed 'ground truth' data to be compared against predictions

output_type

Forecast output type: "mean" or "median"

Value

forecast_point

Details

This function transforms a model output tibble in the Hubverse format (with either "mean" or "median" output type) to a scoringutils "point" forecast object