From a4097fce152ece11f6bb4f1ce7b4636f54cfcdd6 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Tue, 8 Nov 2022 12:18:35 +0000 Subject: [PATCH] minor fix --- src/metrics/auc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics/auc.rs b/src/metrics/auc.rs index 5848fbc..0a7ddf4 100644 --- a/src/metrics/auc.rs +++ b/src/metrics/auc.rs @@ -2,7 +2,7 @@ //! Computes the area under the receiver operating characteristic (ROC) curve that is equal to the probability that a classifier will rank a //! randomly chosen positive instance higher than a randomly chosen negative one. //! -//! smartcore calculates ROC AUC from Wilcoxon or Mann-Whitney U test. +//! `smartcore` calculates ROC AUC from Wilcoxon or Mann-Whitney U test. //! //! Example: //! ```