tidy
will transform the `forecaster_loss`` array of an online object
into a tibble that is better suited for plotting and analysis.
# S3 method for online.forecaster_loss
tidy(x, ...)
A tibble with columns t
d
p
k
and w
corresponding
to the time, marginals, probabilities, and forecaster_loss
of the online-learning computation.
The forecaster_loss of an online
object.
Not currently used.