shared_eval_lib_args | R Documentation |
Evaluator
library functions.Arguments that are shared by multiple Evaluator
library functions.
custom_summary_funs |
Named list of custom functions to summarize results. Names in the list should correspond to the name of the summary function. Values in the list should be a function that takes in one argument, that being the values of the evaluated metrics. |
curve |
Either "ROC" or "PR" indicating whether to evaluate the ROC or Precision-Recall curve. |
eval_id |
Character string. ID to be used as a suffix when naming result
columns. Default |
feature_col |
A character string identifying the column in
|
group_cols |
(Optional) A character string or vector specifying the column(s) to group rows by before evaluating metrics. This is useful for assessing within-group metrics. |
na_rm |
A |
nested_cols |
(Optional) A character string or vector specifying the
name of the column(s) in |
summary_funs |
Character vector specifying how to summarize evaluation metrics. Must choose from a built-in library of summary functions - elements of the vector must be one of "mean", "median", "min", "max", "sd", "raw". |
x_grid |
Vector of values between 0 and 1 at which to evaluate the ROC
or PR curve. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.