summary.H2Oensemblemodel: S3 methods for getting model fit summary for H2Oensemblemodel...

Description Usage Arguments Value

Description

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

Usage

1
2
3
## S3 method for class 'H2Oensemblemodel'
summary(object, only.coefs = FALSE,
  format_table = TRUE, ...)

Arguments

object

The model fit object produced by h2oEnsemble package

only.coefs

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

format_table

Format the coefficients into a data.frame table (when running fit.algorithm = "glm")?

...

Additional options (not used)

Value

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


osofr/longGriDiSL documentation built on May 24, 2019, 4:56 p.m.