Description Usage Arguments Value See Also Examples
View source: R/plotParallelCoordinate.R
Visualization of a parallel coordinate plot from a mlr3::Task object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
task |
(mlr3::Task object) |
features |
( |
labelside |
( |
labelangle |
( |
colbarrange |
( |
constrainrange |
( |
labeltarget |
( |
colbarreverse |
( |
autosort |
( |
numericNA |
( |
title |
( |
titleheight |
( |
A plotly object.
plotHeatmap plotPartialDependence plotImportance
1 2 3 4 | library(mlr3)
data(glmnet_ela)
task_glmnet_ela = TaskRegr$new(id = "task_glmnet", backend = glmnet_ela, target = "logloss")
plotParallelCoordinate(task = task_glmnet_ela)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.