View source: R/PerformanceEva.R
BenchmarkEva | R Documentation |
Title Benchmark calculation In particular unique combination of Task,Learner and Resampling.
BenchmarkEva(tasks, learners, resamplings = "none")
tasks |
A vector of task |
learners |
A list of learners |
resamplings |
A resamplings methods |
design = benchmark_grid( tasks = tsks(c("spam", "german_credit", "sonar")), learners = lrns(c("classif.glmnet", "classif.rpart", "classif.featureless"), predict_type = "prob", predict_sets = c("train", "test")), resamplings = rsmps("cv", folds = 3) classif.glmnet.rbv2,classif.kknn.rbv2,classif.ranger.rbv2,classif.svm.rbv2,classif.xgboost.rbv2,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.