View source: R/1_cheem_lists.r
model_performance | R Documentation |
Internal function, used downstream in cheem_ls.
model_performance(y, pred, label = "label")
y |
Observed response, required by ranger models. |
pred |
A (n, 1) vector of the predicted values for each observation.
Typically obtainable with |
label |
Optionally provide a character label to store reminder text for the type of model and local explanation used. Defaults to "label". |
A data.frame of model performance statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.