What is MLflow?
We will not get lost in more details however it's good to know that MLflow help in managing ML models and we can deploy it to cloud services like Amazon sagemaker , Azure and kubernetes etc.
pip install mlflow
or pip install mlflow[extras]
Components of MLflow:
1. Tracking
2. Model Registry
3. Model
4. Projects
Comments
Post a Comment