--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai
| h2o.auc {h2o} | R Documentation |
Retrieves the AUC value from an H2OBinomialMetrics. If "train", "valid", and "xval" parameters are FALSE (default), then the training AUC value is returned. If more than one parameter is set to TRUE, then a named vector of AUCs are returned, where the names are "train", "valid" or "xval".
h2o.auc(object, train = FALSE, valid = FALSE, xval = FALSE, ...)
object | An H2OBinomialMetrics object. |
train | Retrieve the training AUC |
valid | Retrieve the validation AUC |
xval | Retrieve the cross-validation AUC |
... | extra arguments to be passed if 'object' is of type H2OModel (e.g. train=TRUE) |
On 02 Feb 2016, at 20:23, Tom Kraljevic <to...@0xdata.com> wrote: