Fix metrics::auc (#212)

* Fix metrics::auc
This commit is contained in:
Lorenzo
2022-11-01 12:50:46 +00:00
committed by GitHub
parent 083803c900
commit c3093f11f1
3 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
pub mod accuracy;
// TODO: reimplement AUC
// /// Computes Area Under the Receiver Operating Characteristic Curve (ROC AUC) from prediction scores.
// pub mod auc;
pub mod auc;
/// Compute the homogeneity, completeness and V-Measure scores.
pub mod cluster_hcv;
pub(crate) mod cluster_helpers;