Skip to contents

plotComparativeCV plots a digested.results data object for a given score.

Usage

plotComparativeBestCV(
  digested.results,
  ylim = c(0.5, 1),
  generalization = TRUE,
  score = "auc_",
  ci = TRUE,
  main = ""
)

Arguments

digested.results:

a list of data.frames containing performance results from a lists of learners. This data object is returned by the function merge_digestScores()

ylim:

y-axis zoom in the plot

score:

default (auc_) score for the cross-validation representation

main:

name of the graphic

Value

A ggplot graphs