tidy.online.predictions function

Tidy the Predictions of an Online object

Tidy the Predictions of an Online object

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

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

Arguments

  • x: The predictions of an online object.
  • ...: Not currently used.

Returns

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

  • Maintainer: Jonathan Berrisch
  • License: GPL (>= 3)
  • Last published: 2024-09-21

Downloads (last 30 days):