Create a table for scoring hub model quantile forecasts from a local copy of a hub.
Source:R/hubverse_to_scorable.R
hub_to_scorable_quantiles.RdRequires a local version of the
forecast hub at hub_path.
Arguments
- hub_path
Local path to a hubverse-style forecast hub.
- quantile_tol
Round quantile level values to this many decimal places, to avoid problems with floating point number equality comparisons. Passed as the
digitsargument tobase::round(). Default 10.
Value
Scorable table, as the output of
scoringutils::as_forecast_quantile().