mlflow — Easy Playground
ML experiment tracking, model registry, and deployment platform
Getting started with mlflowRun locally
Install
pip install mlflowPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: mlflow)
mlflow is a third-party package. ML experiment tracking, model registry, and deployment platform. Install with: pip install mlflow
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?