report.h1("Machine Learning");
report.beginTable();
report.beginRow();
report.header("Name");
report.header("Value");
report.endRow();
final String t = this.analyst.getScript().getProperties()
.getPropertyString(ScriptProperties.ML_CONFIG_TYPE);
final String a = this.analyst.getScript().getProperties()