mlrTools
plot_parallel(
object,
yrange = NULL,
yvar = 1,
xlab = paste("x", 1:ncol(x), sep = ""),
ylab = "y",
...
)
plotly parallel coordinate plot ('parcoords') visualization (based on plot_ly
)
the result list returned by spot
, importantly including a modelFit
, and the data x
, y
.
a two-element vector that specifies the range of y values to consider (data outside of that range will be excluded).
integer which specifies the variable that is displayed on the color scale. yvar==1 (default) means that the y-variable is shown (tuned measure). Larger integers mean that respective columns from logInfo are used (i.e., yvar specifies the respective column number, starting with 2 for the first logged value).
a vector of characters, giving the labels for each of the two independent variables.
character, the value of the dependent variable predicted by the corresponding model.
additional parameters (currently unused).
plotFunction
, plotData