APScoreBinary: APScoreBinary

View source: R/metric.R

APScoreBinaryR Documentation

APScoreBinary

Description

Average Precision for single-label binary classification problems

Usage

APScoreBinary(
  axis = -1,
  average = "macro",
  pos_label = 1,
  sample_weight = NULL
)

Arguments

axis

axis

average

average

pos_label

pos_label

sample_weight

sample_weight

Value

None


fastai documentation built on June 22, 2024, 11:15 a.m.