Learn R Programming

h2o (version 3.0.0.22)

h2o.getGLMModel: Resolve a GLM H2O Futures Model

Description

Turns an H2OModelFuture into a model of the correct type.

Usage

h2o.getGLMModel(keys, conn)

Arguments

keys
an H2OModelFuture or correct job key.
conn
a corresponding H2OConnection class object.

Value

  • Returns the correct H2OModel for the created model.