Description Usage Arguments Value See Also Examples
View source: R/plotImportance.R
Visualization of an importance plot from a mlr3::Task object and a mlr3::Learner.
1 | plotImportance(task, learner = NULL, loss = "mae", title = TRUE)
|
task |
mlr3::Task object |
learner |
mlr3::Learner object |
loss |
( |
title |
( |
A plotly object.
plotParallelCoordinate plotHeatmap plotPartialDependence
1 2 3 4 | library(mlr3)
data(glmnet_ela)
task_glmnet_ela = TaskRegr$new(id = "task_glmnet", backend = glmnet_ela, target = "logloss")
plotImportance(task_glmnet_ela)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.