Description Usage Arguments Value Examples
This plot is just usable if at least one parameter column is contained in the data table. Create a plotly measure matrix plot out of a benchmarkVis compatible data table. The created measure matrix chart shows the distribution of each measure as density and scatter plot.
1 | createParameterMeasureMatrixPlot(dt, parameter.column, parameter)
|
dt |
campatible data table |
parameter.column |
the parameter column which contains the parameter |
parameter |
the parameter you want to examine |
a plotly measure matrix plot
1 | createParameterMeasureMatrixPlot(mlr.tuning.example, "algorithm.parameter", "C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.