Plot results from learning curve analysis
# S3 method for learning_curve
plot(x, ..., summaries = list(mean = mean,
`95-percentile` = function(x) quantile(x, 0.95)))
Results from learning_curve
.
Ignored, kept for S3 consistency.
Named list of summary functions that can reduce a vector of performance estimates to a single quantity.
A ggplot
object.