format.DAIModel.RdFormats the textual representation of the DAIModel.
# S3 method for DAIModel format(x, ...)
| x | A DAIModel instance.  | 
    
|---|---|
| ... | Additional parameters to pass.  | 
    
A textual representation of the DAIModel.
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') iris_dai <- as.DAIFrame(iris, progress = FALSE) model <- dai.train(training_frame = iris_dai, target_col = 'Species', is_classification = TRUE, is_timeseries = FALSE, progress = FALSE) desc <- format(model) print(desc)