Description Usage Arguments Value See Also Examples
Visualization of a heatmap from a mlr3::Task object.
1 2 3 4 5 6 7 8 9 10 |
task |
(mlr3::Task object) |
features |
( |
fun |
( |
gridsize |
( |
scatterplot |
( |
rug |
( |
title |
( |
numericNA |
( |
A plotly object.
plotParallelCoordinate plotPartialDependence plotImportance
1 2 3 4 | library(mlr3)
data(glmnet_ela)
task_glmnet_ela = TaskRegr$new(id = "task_glmnet", backend = glmnet_ela, target = "logloss")
plotHeatmap(task_glmnet_ela)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.