mlflow

Installation
SKILL.md

MLflow

Official docs

Topic URL
Documentation https://mlflow.org/docs/latest/index.html
Tracking https://mlflow.org/docs/latest/tracking.html
Model Registry https://mlflow.org/docs/latest/model-registry.html
Projects https://mlflow.org/docs/latest/projects.html

Agent rules

  1. Experiment naming — follow repo convention ({project}/{env}/{task}).
  2. Artifacts — log params, metrics, and artifacts; do not log secrets or raw PII.
  3. Registry stages — Staging → Production transitions need explicit promotion notes.
  4. Backend store — respect configured tracking URI (local, Databricks, remote server).
  5. Reproducibility — log git commit, conda/pip env, and data version when repo does.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
mlflow — michael-baylard/agent-harness