extract
method for H2OBinomialModel
objectsextract
method for H2OBinomialModel
objects created by
the h2o.glm
function in the h2o package.
# S4 method for H2OBinomialModel
extract(
model,
standardized = FALSE,
include.mse = TRUE,
include.rsquared = TRUE,
include.logloss = TRUE,
include.meanerror = TRUE,
include.auc = TRUE,
include.gini = TRUE,
include.deviance = TRUE,
include.aic = TRUE,
...
)
A statistical model object.
Report standardized coefficients instead of raw coefficients?
Report the mean squared error in the GOF block?
Report R^2 in the GOF block?
Report the log loss?
Report the mean per-class error?
Report the area under the curve (AUC)?
Report the Gini coefficient?
Report the deviance?
Report Akaike's Information Criterion (AIC) in the GOF block?
Custom parameters, which are handed over to subroutines. Currently not in use.