run
The run
command allows you to run the full suite of NannyML calculators and estimators on given data.
A configuration file specifying input data, a column mapping and output options must be provided.
Syntax
nml [-c <configuration-file-path>] run [--ignore-errors]
Options
--ignore-errors
Continues the next calculation if the previous one errors out
Default value: False
Example
nml -c /path/to/nann.yml run