score_ds_fcast: Score forecasts

Description Usage Arguments Examples

View source: R/ds-fcast.R

Description

Score forecasts

Usage

1
score_ds_fcast(x, truth_data)

Arguments

x

ds_fcast()

truth_data

states data

Examples

1
2
3
4
5
6
data("states")

mdl <- ds_logistic_reg("v2x_veracc_osp", states)
preds <- predict(mdl, new_data = states)
fcasts <- ds_fcast(preds)
score_ds_fcast(fcasts, states)

andybega/demspaces documentation built on April 18, 2021, 11:05 p.m.