Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RocAucBinary

RocAucBinary


Description

Area Under the Receiver Operating Characteristic Curve for single-label binary classification problems

Usage

RocAucBinary(
  axis = -1,
  average = "macro",
  sample_weight = NULL,
  max_fpr = NULL,
  multi_class = "raise"
)

Arguments

axis

axis

average

average

sample_weight

sample_weight

max_fpr

max_fpr

multi_class

multi_class

Value

None

Examples

## Not run: 

model = dls %>% tabular_learner(layers=c(200,100,100,200),
config = tabular_config(embed_p = 0.3, use_bn = FALSE),
metrics = list(accuracy, RocAucBinary(),
               Precision(), Recall(),
               F1Score()))


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.