Skip to contents

plotComparativeResultsBest plots a digested.results data object to compare performance results between different learners focusing at the best model.

Usage

plotComparativeResultsBest(digested.results, plot = TRUE, ylim = c(0.5, 1))

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

Value

A list of ggplot graphs if plot is set to FALSE and a pannel organized graph otherwise.