MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / auc.rs

File auc.rs

ciphercore-base/src/ops/auc.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! AUC score metric, functionally equivalent to sklearn.metrics.roc_auc_score.
2use std::cmp::Ordering;
3
4use crate::custom_ops::{CustomOperation, CustomOperationBody};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected