save.h2o.valid.pred: save.h2o.valid.pred

Description Usage Arguments

View source: R/model_h2o.R

Description

Save valid set prediction from h2o.model

Usage

1
2
3
4
5
6
7
8
9
save.h2o.valid.pred(
  model,
  model.id,
  model.dir,
  X.valid.hex,
  id,
  label,
  verbose = TRUE
)

Arguments

model

h2o.model

model.id

[string] model.id

model.dir

[path] path to save the model

X.valid.hex

valid set in h2o.DataFrame

id

[string] id column

label

[string] label column

verbose

whether to show message


6chaoran/suw documentation built on July 29, 2020, 5:31 p.m.