main

mastml.mastml_driver.main(conf_path, data_path, outdir='/home/docs/checkouts/readthedocs.org/user_builds/mastmldocs/checkouts/version_2.0/docs/source/results_mastml_run', verbosity=0)[source]

This method is responsible for setting up the initial stage of the MAST-ML run, such as parsing input directories to designate where data will be imported and results saved to, as well as creation of the MAST-ML run log.

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

verbosity: (int), the verbosity level of the MAST-ML log, which determines the amount of information written to the log.

Returns:

outdir: (str), the path supplied by the user which determines where the output results are saved to (needed by other calls in MAST-ML)