Skip to contents

Displays a human-readable summary of classification metrics including accuracy, macro/weighted F1, AUC, and per-class precision/recall.

Usage

# S3 method for class 'fn_classifier_eval'
print(x, ...)

Arguments

x

An fn_classifier_eval object returned by classify_embedding, classify_logistic, or classify_rf.

...

Additional arguments (unused).

Value

Invisibly returns x.