Metrics rocauc - CyrilB1531/lodestar GitHub Wiki

Development build. This page describes main, not a released package. The latest published Lodestar.Metrics is 0.3.0 — read its documentation.

HomeMetricsClassification metrics

RocAuc

The metric for a model that outputs a score rather than a decision: how often it ranks a positive above a negative.

Members

Member What it does
RocAuc.Score Area under the ROC curve for two classes.
RocAuc.MultiClass Area under the ROC curve for more than two classes, by reducing to binary problems.