FBetaMulti {fastai} | R Documentation |
FBetaMulti
Description
FBeta score with 'beta' for multi-label classification problems
Usage
FBetaMulti(
beta,
thresh = 0.5,
sigmoid = TRUE,
labels = NULL,
pos_label = 1,
average = "macro",
sample_weight = NULL
)
Arguments
beta |
beta |
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]