get_commandline_args

mastml.mastml_driver.get_commandline_args()[source]

This method is responsible for parsing and checking the command-line execution of MAST-ML inputted by the user.

Args:

None

Returns:

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

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

(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 writtent to the log.