RocAuc | R Documentation |
Area Under the Receiver Operating Characteristic Curve for single-label multiclass classification problems
RocAuc(
axis = -1,
average = "macro",
sample_weight = NULL,
max_fpr = NULL,
multi_class = "ovr"
)
axis |
axis |
average |
average |
sample_weight |
sample_weight |
max_fpr |
max_fpr |
multi_class |
multi_class |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.