Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 661 Bytes

run.rst

File metadata and controls

43 lines (21 loc) · 661 Bytes

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

Inherited Options

-c, --configuration-path

The path to your NannyML configuration file

Example

nml -c /path/to/nann.yml run