Save valid set prediction from h2o.model
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.