Description Usage Arguments Value Examples
Create a data table useable with the benchmarkVis application out of an mlr benchmark object. All important imformation will be exluded from the input object and transformed into a appropriate data table
1 |
bmr |
a mlr benchmark result object |
a data table with the benchmarkVis specific structure
1 2 3 4 5 | library(mlr)
lrns = list(makeLearner("classif.lda"), makeLearner("classif.rpart"))
rdesc = makeResampleDesc("Holdout")
bmr = benchmark(lrns, sonar.task, rdesc)
dt = useMlrBenchmarkWrapper(bmr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.