plot.learning_curve: Plot results from learning curve analysis
Description
Plot results from learning curve analysisUsage
## S3 method for class 'learning_curve':
plot(x, ..., summaries = list(mean = mean,
`95-percentile` = function(x) quantile(x, 0.95)))