Export RDS, TXT, POJO, MOJO and all results from h2o_automl
export_results(results, txt = TRUE, rds = TRUE, pojo = TRUE,
mojo = TRUE, subdir = NA)
Object. h2o_automl output
Boolean. Do you wish to export the txt results?
Boolean. Do you wish to export the RDS results?
Boolean. Do you wish to export the POJO results?
Boolean. Do you wish to export the MOJO results?
Character. In which directory do you wish to save the results?