Plot training and testing performance boxplots of multiple Supervised
or SupervisedRes
objects
Usage
present.list(
x,
metric = NULL,
model_names = NULL,
ylim = NULL,
theme = choose_theme(),
boxpoints = "all"
)
Arguments
- 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.