View source: R/plot_functions.R
cvRiskPlot | R Documentation |
cvRiskPlot()
plots the cross-validated risk for a given
estimator, or set of estimators, as a function of the hyperparameters.
cvRiskPlot(
dat,
est,
plot_type = "risk",
cv_details,
switch_vars = FALSE,
min_max = FALSE
)
dat |
A named |
est |
A |
plot_type |
A |
cv_details |
A |
switch_vars |
A |
min_max |
A |
A single plot or grid of plots for each estimator specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.