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