export_model_output: Function for writing model outputs

Description Usage Arguments Value

Description

Function for writing model outputs

Usage

1
export_model_output(models, output, set, prep, odbc, h2o_data)

Arguments

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

Value

(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.


Bilot/AI-jack-opensource-R documentation built on July 28, 2020, 1:15 a.m.