summary.H2ORegressionModel: S3 methods for fit summary for h2o

Description Usage Arguments Value

View source: R/summaryS3methods.R

Description

Prints the modeling summary for the h2o model fit (see h2o R package).

Usage

1
2
3
4
5
## S3 method for class 'H2ORegressionModel'
summary(object, only.coefs = FALSE, ...)

## S3 method for class 'H2OBinomialModel'
summary(object, only.coefs = FALSE, ...)

Arguments

object

The model fit object produced by h2o (and extracted with getmodel_byname).

only.coefs

Skip all of the h2o-specific model stats, only print the coefficients table (when running fit.algorithm = "glm").

...

Additional options (not used)

Value

The markdown-formated model summary returned by pander::pander_return.


osofr/stremr documentation built on Jan. 25, 2022, 8:07 a.m.