F1ScoreMulti {fastai}R Documentation

F1ScoreMulti

Description

F1 score for multi-label classification problems

Usage

F1ScoreMulti(
  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]