Skip to contents

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

Usage

plotComparativeEmpiricalScore(
  digested.results,
  ylim = c(0.5, 1),
  score = "auc_",
  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

main:

name of the graphic

Value

A ggplot graphs