Class: mlreportgen.report.Report
Package: mlreportgen.report
Create report template
template = mlreportgen.report.Report.createTemplate(templatePath,type)
creates a copy of the default report template specified by template
= mlreportgen.report.Report.createTemplate(templatePath
,type
)type
at
the location specified by templatePath
. You can use the copied
template to design a custom template for your report.