tidy.online.forecaster_loss: Tidy the Experts' losses of an Online object

View source: R/online_tidy.R

tidy.online.forecaster_lossR Documentation

Tidy the Experts' losses of an Online object

Description

tidy will transform the 'forecaster_loss“ array of an online object into a tibble that is better suited for plotting and analysis.

Usage

## S3 method for class 'online.forecaster_loss'
tidy(x, ...)

Arguments

x

The forecaster_loss of an online object.

...

Not currently used.

Value

A tibble with columns t d p k and w corresponding to the time, marginals, probabilities, and forecaster_loss of the online-learning computation.


profoc documentation built on Aug. 26, 2023, 1:07 a.m.