Getting started¶
Installation¶
with pip recommended¶
Mlflow-WatsonML is published as a Python package and can be installed with
pip
, ideally by using a virtual environment. Open up a terminal and install
Mlflow-WatsonML with:
pip install mlflow-watsonml
with git¶
Mlflow-WatsonML can be directly used from GitHub by cloning the repository into a subfolder of your project root which might be useful if you want to use the very latest version:
git clone https://github.com/IBM/mlflow-watsonml.git
Next, install the library and it's dependencies with:
pip install -e mlflow-watsonml