PrecisionMulti {fastai} | R Documentation |
PrecisionMulti
Description
Precision for multi-label classification problems
Usage
PrecisionMulti(
thresh = 0.5,
sigmoid = TRUE,
labels = NULL,
pos_label = 1,
average = "macro",
sample_weight = NULL
)
Arguments
thresh |
thresh |
sigmoid |
sigmoid |
labels |
labels |
pos_label |
pos_label |
average |
average |
sample_weight |
sample_weight |
Value
None
[Package fastai version 2.2.2 Index]