Pipeline as model#
Pipeline as model
kedro-mlflow as a mlops framework
- Why we need a mlops framework to manage machine learning development lifecycle
- Machine learning deployment is hard because it comes with a lot of constraints and no adequate tooling
- Deployment issues addressed by
kedro-mlflow
and their solutions- Out of scope
- Issue 1: The training process is poorly reproducible
- Issue 2: The data scientist and stakeholders focus on training
- Issue 3: Inference and training are entirely decoupled
- Issue 4: Data scientists do not handle business objects
- Overcoming these problems: support an organisational solution with an efficient tool
- The components of a machine learning application
kedro-mlflow
mlops solution