Skip to main content
Version: v0.70.0

Install

To install the H2O MLOps Python client, run the following command:

pip install h2o-mlops
note

The minimum Python client version required for this MLOps release is v1.3.1.

To install a specific version of the H2O MLOps Python client, run:

pip install h2o-mlops==x.y.z

To install the H2O MLOps Python client with a minimum version requirement, run:

pip install h2o-mlops>=x.y.z
note

The minimum Python version required for the latest client is Python 3.8.

Version compatibility

Python Client version compatibility

Starting from H2O MLOps v0.66.1 onwards, backward compatibility is ensured for the latest Python client so you can use your H2O MLOps version with the latest available Python client version.


Feedback