Export RDS, TXT, POJO, MOJO and all results from h2o_automl
export_results(results, txt = TRUE, rds = TRUE, binary = TRUE,
pojo = TRUE, mojo = TRUE, sample_size = 10, 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 Binary model?
Boolean. Do you wish to export the POJO model?
Boolean. Do you wish to export the MOJO model?
Integer. How many example rows do you want to show?
Character. In which directory do you wish to save the results?