Learn R Programming

lares (version 4.1)

export_results: Export h2o_automl's Results

Description

Export RDS, TXT, POJO, MOJO and all results from h2o_automl

Usage

export_results(results, txt = TRUE, rds = TRUE, pojo = TRUE,
  mojo = TRUE, subdir = NA)

Arguments

results

Object. h2o_automl output

txt

Boolean. Do you wish to export the txt results?

rds

Boolean. Do you wish to export the RDS results?

pojo

Boolean. Do you wish to export the POJO results?

mojo

Boolean. Do you wish to export the MOJO results?

subdir

Character. In which directory do you wish to save the results?