sklearn.metrics.auc — scikit-learn 1.1.3 documentation. Compute Area Under the Curve (AUC) using the trapezoidal rule. This is a general function, given points on a curve. For computing the area under the ROC-curve, see roc_auc_score .

sklearn.metrics.auc — scikit-learn 1.1.3 documentation
sklearn.metrics.auc — scikit-learn 1.1.3 documentation from www.dexlabanalytics.com

Compute Area Under the Receiver Operating Characteristic Curve (ROC AUC) from prediction scores. Note: this implementation can be used with binary, multiclass and multilabel.