autoMLReport: Display autoMLmodel output in HTML format using Rmarkdown

autoMLReportR Documentation

Display autoMLmodel output in HTML format using Rmarkdown

Description

This function will generate R markdown report for DriveML model object

Usage

autoMLReport(mlobject, mldata = NULL, op_file = NULL, op_dir = NULL)

Arguments

mlobject

[autoMLmodel Object | Required] autoMLmodel function output

mldata

[autoDataprep Object | Optional] autoDataprep function output

op_file

[character | Required] output file name (.html)

op_dir

[character | Optional] output path. Default path is the current working directory

Details

Using this function we can easily present the model outcome in standard HTML format without writing Rmarkdown scripts

Value

HTML R Markdown output

Examples

## Creating HTML report

 autoMLReport(heart.model, mldata = NULL, op_file = "sample.html", op_dir = tempdir())
 

DriveML documentation built on Dec. 2, 2022, 5:14 p.m.