Agent skill · data analytics · davila7

mlflow

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform

Why this skill is useful

Provides domain-specific commands for tracking ML experiments and managing model registries that the AI wouldn't reliably generate on its own.

What it needs

Requires boto3, mlflow, sqlalchemy installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 30,138 stars on the source repository.

What this skill does

MLflow: ML Lifecycle Management Platform When to Use This Skill Use MLflow when you need to: Track ML experiments with parameters, metrics, and artifacts Manage model registry with versioning and stage transitions Deploy models to various platforms (local, cloud, serving) Reproduce experiments with project configurations Compare model versions and performance metrics Collaborate on ML projects with team workflows Integrate with any ML framework (framework-agnostic) Users: 20,000+ organizations GitHub Stars: 23k+ License: Apache 2.0 Installation Quick Start Basic Tracking Autologging (Automatic Tracking) Core Concepts 1. Experiments and Runs Experiment: Logical container for related runs Run: Single execution of ML code (parameters, metrics, artifacts) 2. Logging Parameters 3. Logging Metrics 4. Logging Artifacts 5. Logging Models Autologging Automatically log metrics, parameters, and models for popular frameworks. Enable Autologging Autologging with Scikit-learn Autologging with PyTorch Lightning Model Registry Manage model lifecycle with versioning and stage transitions. Register Model Model Stages Transition models between stages: None → Staging → Production → Archived Load Model from Registry Model Versioning Model Annotations Searching Runs Find runs programmatically. Integration Examples PyTorch HuggingFace Transformers XGBoost Best Practices 1. Organize with Experiments 2. Use Descriptive Run Names 3. Log Comprehensive Metadata 4. Track Model Lineage 5. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills davila7/mlops-mlflow

View the source on GitHub

Browse the @skills marketplace