present.list | R Documentation |
Plot training and testing performance boxplots of multiple Supervised
or SupervisedRes
objects
present.list(
x,
metric = NULL,
model_names = NULL,
ylim = NULL,
theme = choose_theme(),
boxpoints = "all"
)
x |
List of Supervised or SupervisedRes objects. |
metric |
Character: Metric to plot. |
model_names |
Character: Names of models being plotted. |
ylim |
Numeric vector of length 2: y-axis limits for the boxplots. |
theme |
Theme object. |
boxpoints |
Character: "all", "outliers", or "suspectedoutliers". Determines how points are displayed in the boxplot. |
plotly object
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.