Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
eyadsibai avatar

Experiment Tracking

  • 78 installs
  • 7 repo stars
  • Updated January 15, 2026
  • eyadsibai/ltk

Helps with ai & agent building tasks.

About

experiment-tracking is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • experiment-tracking
  • AI & Agent Building
  • AI-coding skill

Experiment Tracking by the numbers

  • 78 all-time installs (skills.sh)
  • Ranked #5,313 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/eyadsibai/ltk --skill experiment-tracking

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs78
repo stars7
Last updatedJanuary 15, 2026
Repositoryeyadsibai/ltk

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Experiment Tracking

Track ML experiments, metrics, and models.

Comparison

PlatformBest ForSelf-hostedVisualization
MLflowOpen-source, model registryYesBasic
W&BCollaboration, sweepsLimitedExcellent
NeptuneTeam collaborationNoGood
ClearMLFull MLOpsYesGood

---

MLflow

Open-source platform from Databricks.

Core components:

  • Tracking: Log parameters, metrics, artifacts
  • Projects: Reproducible runs (MLproject file)
  • Models: Package and deploy models
  • Registry: Model versioning and staging

Strengths: Self-hosted, open-source, model registry, framework integrations Limitations: Basic visualization, less collaborative features

Key concept: Autologging for major frameworks - automatic metric capture with one line.

---

Weights & Biases (W&B)

Cloud-first experiment tracking with excellent visualization.

Core features:

  • Experiment tracking: Metrics, hyperparameters, system stats
  • Sweeps: Hyperparameter search (grid, random, Bayesian)
  • Artifacts: Dataset and model versioning
  • Reports: Shareable documentation

Strengths: Beautiful visualizations, team collaboration, hyperparameter sweeps Limitations: Cloud-dependent, limited self-hosting

Key concept: wandb.init() + wandb.log() - simple API, powerful features.

---

What to Track

CategoryExamples
HyperparametersLearning rate, batch size, architecture
MetricsLoss, accuracy, F1, per-epoch values
ArtifactsModel checkpoints, configs, datasets
SystemGPU usage, memory, runtime
CodeGit commit, diff, requirements

---

Model Registry Concepts

StagePurpose
NoneJust logged, not registered
StagingTesting, validation
ProductionServing live traffic
ArchivedDeprecated, kept for reference

---

Decision Guide

ScenarioRecommendation
Self-hosted requirementMLflow
Team collaborationW&B
Model registry focusMLflow
Hyperparameter sweepsW&B
Beautiful dashboardsW&B
Full MLOps pipelineMLflow + deployment tools

Resources

  • MLflow: <https://mlflow.org/docs/latest/>
  • W&B: <https://docs.wandb.ai/>

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.