Categorizing the MLOps stack is a good way to write abstractions for a MLOps pipeline and standardize your processes. But ZenML goes further and also provides concrete implementations of these categories by integrating with various tools for each category. Once code is organized into a ZenML pipeline, you can supercharge your ML workflows with the best-in-class solutions from various MLOps areas. For example, you can orchestrate your ML pipeline workflows using Airflow or Kubeflow, track experiments using MLflow Tracking or Weights & Biases, and transition seamlessly from a local MLflow deployment to a deployed model on Kubernetes using Seldon Core or KServe. There are lots of moving parts for all the MLOps tooling and infrastructure you require for ML in production and ZenML brings them all together and enables you to manage them in one place. This also allows you to delay the decision of which MLOps tool to use in your stack as you have no vendor lock-in with ZenML and can easily switch out tools as soon as your requirements change.Documentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ZenML is the glue
Available Integrations
We have a dedicated webpage that indexes all supported ZenML integrations and their categories. Another easy way of seeing a list of integrations is to see the list of directories in the integrations directory on our GitHub.Installing ZenML Integrations
Before you can use integrations, you first need to install them usingzenml integration install, e.g., you can install Kubeflow, MLflow Tracking, and Seldon Core, using:
-y flag confirms all pip install commands without asking you for confirmation for every package first.
You can run zenml integration --help to see a full list of CLI commands that ZenML provides for interacting with integrations.
Note, that you can also install your dependencies directly, but please note that there is no guarantee that ZenML internals with work with any arbitrary version of any external library.