Install
To install the H2O MLOps Python client, run the following command:
pip install h2o-mlops
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
The minimum Python version required for the latest client is Python 3.8.
Version compatibility
- For MLOps v0.66.1 onwards
- For prior versions
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.
For versions earlier than v0.66.1, it is recommended to use the corresponding client version that matches the MLOps release. For example, client version 0.62.1a5 is intended for use with H2O MLOps version 0.62.1. Using a client with a different version of H2O MLOps may lead to compatibility issues.
- Submit and view feedback for this page
- Send feedback about H2O MLOps to cloud-feedback@h2o.ai