Description Usage Arguments Details Value
This function plots multiple calibration plots for comparison
1 | plotMultipleCal(runPlpList, names, type = "test", grid = F, ncol = 2)
|
runPlpList |
An object of class 'runPlp' or list of object of class 'runPlp' returned by implementing runPlp() or the output when implementing an existing model |
names |
A string or vector of model names corresponding to the runPlpList |
type |
A strng or vector of evaluation types (train/test/validation) to filter for each runPlp |
grid |
Whether to plot each model seperately using a grid or overlay the plots (grid=F) |
ncol |
The number of columns for the grid |
Users need to input a list of trained models (the output of runPlp()) or the output of running an existing model
A plot is returned with the calibration plots for each model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.