Installing NannyML

NannyML depends on LightGBM. This might require you to set install additional OS-specific binaries. You can follow the official LightGBM installation guide.

From the shell of your python environment type:

$ pip install nannyml

or

$ conda install -c conda-forge nannyml

or

$ docker -v /local/config/dir/:/config/ run nannyml/nannyml nml run

See the quickstart to find out what you can do with NannyML in practice.

Any issues with installation? Let us know so we can help you.

Extras

If you’re using database connections to read model inputs/outputs or you’re exporting monitoring results to a database, you’ll need to include the optional db dependency. For example using pip:

$ pip install nannyml[db]

or using poetry

$ poetry install nannyml --all-extras