powered by
.return_error=TRUE
evaluate
learning_curve(procedure, x, y, test_fraction, nfold = 100, ..., .verbose = TRUE)
options(emil_max_indent=3) lc <- learning_curve(c(Linear="lda", Quadratic="qda"), iris[-5], iris$Species, test_fraction=7:3/10) plot(lc)
Run the code above in your browser using DataLab