F1Score {fastai} | R Documentation |
F1Score
Description
F1 score for single-label classification problems
Usage
F1Score(
axis = -1,
labels = NULL,
pos_label = 1,
average = "binary",
sample_weight = NULL
)
Arguments
axis |
axis |
labels |
labels |
pos_label |
pos_label |
average |
average |
sample_weight |
sample_weight |
Value
None
[Package fastai version 2.2.2 Index]