dot-h2o.perfect_auc: Internal function that calculates a precise AUC from given...

.h2o.perfect_aucR Documentation

Internal function that calculates a precise AUC from given probabilities and actual responses.

Description

Note: The underlying implementation is not distributed and can only handle limited size of data. For internal use only.

Usage

.h2o.perfect_auc(probs, acts)

Arguments

probs

An H2OFrame holding vector of probabilities.

acts

An H2OFrame holding vector of actuals.


h2o documentation built on Aug. 9, 2023, 9:06 a.m.