Install
To install the H2O MLOps Python client, run the following command:
pip install h2o-mlops
The minimum Python client version required for this MLOps release is v1.3.3.
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.9.
Version compatibility
- For H2O MLOps v1.0.0 and above
- For H2O MLOps v0.66.1 to v0.70.5
- For prior versions
Starting with H2O MLOps v1.0.0, use Python client version v1.4.0 or later. Newer Python client versions are not backward compatible with MLOps versions earlier than v1.0.0.
From v1.0.0 onwards, you can use the latest available Python client, as backward compatibility is maintained. However, upgrading or downgrading may require minor code changes due to potential breaking changes. For details, see the migration guide.
For H2O MLOps versions from v0.66.1 to v0.70.5, use Python client version v1.3.3.
For versions earlier than v0.66.1, it is recommended to use the corresponding client version that matches the H2O 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