powered by
This function will generate R markdown report for DriveML model object
autoMLReport(mlobject, mldata = NULL, op_file = NULL, op_dir = NULL)
[autoMLmodel Object | Required] autoMLmodel function output
[autoDataprep Object | Optional] autoDataprep function output
[character | Required] output file name (.html)
[character | Optional] output path. Default path is current working directory
HTML R Markdown output
Using this function easily present the model outcome in standard HTML format without writing Rmarkdown scripts
# NOT RUN { ## Creating HTML report # } # NOT RUN { autoMLReport(heart.model, mldata = NULL, op_file = "sample.html", op_dir = tempdir()) # }
Run the code above in your browser using DataLab