evaluation-ml

Automate machine learning model training, calibration, and evaluation for highlight detection.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stevef210/Rust-Media-Pipeline --skill evaluation-ml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluation-ml
Source: https://github.com/stevef210/Rust-Media-Pipeline/tree/main/.claude/skills/evaluation-ml
Command: npx skills add https://github.com/stevef210/Rust-Media-Pipeline --skill evaluation-ml

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of training, calibrating, and evaluating machine learning models for highlight detection, ensuring accurate and reliable scoring.

Core Features & Use Cases

  • Automated Training: Learns optimal weights and synergy boosts from labeled clip data.
  • Score Calibration: Applies Platt scaling to ensure model predictions are well-calibrated.
  • Performance Evaluation: Calculates key metrics like Precision@K and NDCG to assess model quality.
  • Use Case: After gathering user feedback on generated clips, use this Skill to retrain the highlight detection model, improving its accuracy and relevance for future content.

Quick Start

Use the evaluation-ml skill to retrain the model with at least 50 samples for the gaming content type.

Frequently Asked Questions about evaluation-ml

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

FAQPage Schema
How do I calibrate machine learning model scores using Platt scaling?

To calibrate machine learning scores, this skill applies Platt scaling to ensure model predictions are well-calibrated. It automates this process for highlight detection systems, integrating directly into production pipelines to maintain prediction reliability.

What metrics are used for evaluating highlight detection models?

Evaluating highlight detection models uses metrics like Precision@K, NDCG, Brier score, and ECE. These metrics assess ranking quality and calibration, helping you monitor model performance and identify areas for continuous improvement.

How do I train a logistic regression model for highlight detection?

Training a logistic regression model for highlight detection requires labeled clip data to learn optimal weights and synergy boosts. You need at least 50 samples for gaming content to retrain the model and improve accuracy for future content.

Can I use this model evaluation skill for continuous improvement in a production pipeline?

Yes, this model evaluation skill integrates with production pipelines for continuous improvement. It automates training, calibration, and evaluation, allowing you to retrain models with user feedback and monitor performance over time.

Why does my highlight detection model need score calibration?

Highlight detection models need score calibration to ensure prediction scores accurately reflect true probabilities. This skill uses Platt scaling to fix miscalibrated scores, improving scoring reliability for highlight detection systems.