.. _cli_command_run: 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 ...... .. code-block:: none nml [-c ] run [--ignore-errors] Options ............... ``--ignore-errors`` Continues the next calculation if the previous one errors out **Default value:** ``False`` .. collapse:: Inherited Options ``-c, --configuration-path`` The path to your NannyML configuration file Example ....... .. code-block:: nml -c /path/to/nann.yml run