hugging-face-trackio

Logs ML training experiments via Python API and retrieves metrics with CLI.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/FacuM/yolo-agent --skill hugging-face-trackio-facum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-trackio
Source: https://github.com/FacuM/yolo-agent/tree/main/.claude/skills/hugging-face-trackio
Command: npx skills add https://github.com/FacuM/yolo-agent --skill hugging-face-trackio-facum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of tracking and visualizing machine learning training experiments, making it easier to monitor progress, compare results, and debug issues.

Core Features & Use Cases

  • Experiment Logging: Log metrics, hyperparameters, and configurations during ML training using a Python API.
  • Real-time Dashboards: Sync experiments to Hugging Face Spaces for live, shareable dashboards.
  • Metric Retrieval: Query logged metrics and experiment details using a powerful CLI.
  • Use Case: When training a new deep learning model, use the Python API to log loss, accuracy, and learning rate at each epoch. After training, use the CLI to retrieve the best performing run's metrics or launch a dashboard to visualize all training runs.

Quick Start

Use the hugging-face-trackio skill to log a dictionary of metrics during your Python ML training script.

Frequently Asked Questions about hugging-face-trackio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log and visualize machine learning training metrics in Python?

You can log and visualize machine learning training metrics by using the Trackio Python API to record dictionaries of metrics, hyperparameters, and configurations during your training script. It also syncs experiments to Hugging Face Spaces for live dashboards.

Can I retrieve logged experiment metrics from the command line?

Yes, you can retrieve logged experiment metrics and details from the command line by using the Trackio CLI. It allows you to query and analyze your logged training data after your runs are complete.

Does Trackio work with Hugging Face Spaces for remote dashboard hosting?

Trackio works with Hugging Face Spaces to provide remote dashboard hosting, allowing you to sync your experiments and visualize live, shareable dashboards for your machine learning training runs.

Can I migrate my existing wandb experiment tracking to Trackio?

Yes, Trackio offers wandb compatibility for seamless migration, allowing you to transition your existing experiment tracking workflows and log metrics using the Python API and CLI without disruption.

What is the best way to compare deep learning model training runs?

The best way to compare deep learning model training runs is to log loss, accuracy, and learning rate at each epoch using the Python API, and then launch a Trackio dashboard to visualize and compare all runs.

Do I need any external dependencies to use Trackio for experiment tracking?

No, you do not need any external dependencies to use Trackio for experiment tracking. The Skill operates independently to log metrics and visualize experiments via its Python API and CLI.