Description Usage Arguments Value Note See Also Examples
xMLcompare
is supposed to visualise cross-validation performance
against tuning parameters.
1 2 3 4 5 6 7 | xMLcompare(
list_ML,
metric = c("ROC", "Sens", "Spec"),
xlab = NA,
xlimits = c(0.5, 1),
font.family = "sans"
)
|
list_ML |
a list of class "train" or "train.formula" objects (resulting from caret::train) |
metric |
the performance metric to plot. It can be one of 'ROC', 'Sens' (Sensitivity) and 'Spec' (Specificity) |
xlab |
a title for the x axis |
xlimits |
the limit for the x axis |
font.family |
the font family for texts |
an object of class "ggplot"
none
1 2 3 4 5 | RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run:
gp <- xMLcompare(ls_ML, xlimits=c(0.5,1))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.