plot.cv_result: Plot CV Results
Description
Plot CV Results
Usage
# S3 method for cv_result
plot(x, type = c("predictions", "folds", "both"), ...)Value
A ggplot object or a list of ggplot objects.
Arguments
- x
Object of class cv_result.
- type
Type of plot: "predictions", "folds", or "both".
- ...
Additional arguments (ignored).