Skip to contents

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

Usage

plotComparativeCV(
  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

generalization:

when (default:TRUE) then the generalization score will be used

score:

default (auc_) score for the cross-validation representation

ci:

should the confidence intereval be plotted (default:TRUE)

main:

name of the graphic

Value

A ggplot graphs