Description Usage Arguments Value
Function for writing model outputs
1 | export_model_output(models, output, set, prep, odbc, h2o_data)
|
models |
a list of trained models |
output |
a list of generated model outputs |
set |
config object |
prep |
summary object |
odbc |
ODBC connection file (only needed when using DB connection) |
h2o_data |
h2o data frame |
(1) Model fit measures, Featurwe importances (for ML models), Model coefficients (GLM models), Model predictions for VALIDATION data, and Table for model application are written to tables (either locl or DB) (2) Data factor levels and Model parameters are written to local .Rds files (3) Models are exported as MOJO objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.