dot-h2o.perfect_auc function

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

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

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

.h2o.perfect_auc(probs, acts)

Arguments

  • probs: An H2OFrame holding vector of probabilities.
  • acts: An H2OFrame holding vector of actuals.
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11