Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 903 Bytes

installing_nannyml.rst

File metadata and controls

38 lines (20 loc) · 903 Bytes

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<quick-start> to find out what you can do with NannyML in practice.

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