Plot a validation_plot
object.
1 2 3 4 5 6 7 | ## S3 method for class 'validation_object_list'
plot(x, ...)
plot_validation_object_list(validation_object_list, ylab = "Default (%)",
title = NULL, linecolors = c(), line_types = NULL, plotroc = TRUE,
numbers = TRUE, showpoints = FALSE, increment = 10, n_per_row = 1,
scale = 1, use_normalizer = FALSE, ymax = NULL)
|
x |
object. |
... |
Internal. |
validation_object_list |
list. The validation objects to plot. |
ylab |
character. (For plot_type = "standard" only. Default is "Default (%)") |
title |
character. The title of the plot, by default |
linecolors |
character. For plot_type = "standard" only. Vector of colors for each model. Default is rainbow. |
line_types |
character. "Solid", "dashed" or "dotted", by default the former. |
plotroc |
logical. Whether to print ROC in legend. |
numbers |
logical. Whether to print number of defaults in
each bucket above the plotted point, but only if you are
plotting a single model. Default is |
showpoints |
logical. If |
increment |
integer. Increments of y-axis scale, in percent. Default = 10. |
n_per_row |
integer. |
scale |
integer. If different than 1, used to scale output image. |
use_normalizer |
logical. |
ymax |
double. Controls for the maximum of y-axis scale if provided, may need to be used together with increment to be effective. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.