powered by
This function will generate R markdown report for DriveML model object
autoMLReport(mlobject, mldata = NULL, op_file = NULL, op_dir = NULL)
HTML R Markdown output
[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 the current working directory
Using this function we can easily present the model outcome in standard HTML format without writing Rmarkdown scripts
## Creating HTML report # \donttest{ autoMLReport(heart.model, mldata = NULL, op_file = "sample.html", op_dir = tempdir()) # }
Run the code above in your browser using DataLab