RocAuc {fastai} | R Documentation |
RocAuc
Description
Area Under the Receiver Operating Characteristic Curve for single-label multiclass classification problems
Usage
RocAuc(
axis = -1,
average = "macro",
sample_weight = NULL,
max_fpr = NULL,
multi_class = "ovr"
)
Arguments
axis |
axis |
average |
average |
sample_weight |
sample_weight |
max_fpr |
max_fpr |
multi_class |
multi_class |
Value
None
[Package fastai version 2.2.2 Index]