When to use it?
MLflow is a popular open source platform for machine learning. It’s a great tool for managing the entire lifecycle of your machine learning. One of the most important features of MLflow is the ability to package your model and its dependencies into a single artifact that can be deployed to a variety of deployment targets. You should use the MLflow Model Deployer:- if you want to have an easy way to deploy your models locally and perform real-time predictions using the running MLflow prediction server.
- if you are looking to deploy your models in a simple way without the need for a dedicated deployment environment like Kubernetes or advanced infrastructure configuration.