instrumenting-with-mlflow-tracing
Installation
SKILL.md
MLflow Tracing Instrumentation Guide
Quick Start
1. Install and Configure
Python:
pip install mlflow>=3.8.0
import mlflow
mlflow.set_tracking_uri("http://localhost:5000")
mlflow.set_experiment("my-agent")