mastml_run

mastml.mastml_driver.mastml_run(conf_path, data_path, outdir)[source]

This method is responsible for conducting the main MAST-ML run workflow

Args:

conf_path: (str), the path supplied by the user which contains the input configuration file

data_path: (str), the path supplied by the user which contains the input data file (as CSV or XLSX)

outdir: (str), the path supplied by the user which determines where the output results are saved to

Returns:

None