Plots box, violin or dot plots for all `measure` across all iterations of the resampling strategy in all `learner_id`, faceted by the `task.id` and `measure`.

plotBMRBoxplots(bmr, style = "box", xVar = "learner_id",
  facet_x = "task_id", facet_y = "measure")

Arguments

bmr

the BenchmarkResult object

style

Type of plot, can be “box” for a boxplot, “violin” for a violin plot, or “dot” for a dot plot. Default is “box”.

xVar

variable for X axis, can be learner_id, task_id, measure

facet_x

variable for facetting in columns, can be learner_id, task_id, measure, or NULL

facet_y

variable for facetting in rows, can be learner_id, task_id, measure, or NULL

Examples

1
#> [1] 1