Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add The-AI-Directory-Company/agents-and-skills --skill ml-model-evaluationgit clone --depth 1 https://github.com/The-AI-Directory-Company/agents-and-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/ml-model-evaluation)<a href="https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/ml-model-evaluation"><img src="https://agentmods.dev/badge/skills/the-ai-directory-company/agents-and-skills/ml-model-evaluation/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/the-ai-directory-company/agents-and-skills/ml-model-evaluation"><img src="https://agentmods.dev/badge/skills/the-ai-directory-company/agents-and-skills/ml-model-evaluation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.01330 |
| Opus 5 | $0.00016 | $0.00665 |
| Sonnet 5 | $0.00006 | $0.00266 |
| Haiku 4.5 | $0.00003 | $0.00133 |
Grade A, and why
ml-model-evaluation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ML Model Evaluation
Before you start
Gather the following from the user. If anything is missing, ask before proceeding:
- What problem is the model solving? — Classification, regression, ranking, recommendation, generation
- What is the business objective? — The real-world outcome (reduce churn, detect fraud, recommend products)
- What data is available? — Dataset size, feature count, label quality, class balance, time range
- What are the constraints? — Latency, model size, interpretability needs, regulatory obligations
- What is the baseline? — Current system performance (rule-based, human, or previous model)
- What is the cost of errors? — False positive vs false negative impact in business terms
Evaluation template
1. Define Success Metrics
Map business objectives to technical metrics. Never evaluate on technical metrics alone.
Business Objective: Detect fraudulent transactions before settlement
Primary Metric: Precision at 95% recall
Secondary Metrics: AUC-ROC, F1 score, false positive rate
Business Constraint: <50ms inference latency
Baseline Performance: Rule-based system: 72% precision at 95% recall
Target Performance: >85% precision at 95% recall
Metric selection rules:
- Classification: Use precision/recall/F1 for imbalanced classes. Accuracy is misleading when 98% of data is one class.
- Regression: MAE for outlier-tolerant, RMSE when large errors are disproportionately costly.
- Ranking: NDCG/MAP when order matters, precision@k when only top results matter.
- Always include a business metric: revenue impact, time saved, error cost reduction.
2. Data Splitting Strategy
Random split — Default for i.i.d. data: Train 70% / Validation 15% / Test 15%.
Temporal split — Required for time-dependent data: Train before T1 / Validation T1-T2 / Test after T2.
Stratified split — Required for imbalanced classification: maintain class proportions across splits.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 116 lines · 32 tokens per session scan A 0aad0efdd89e
ml-model-evaluation is a skill published in the GitHub repository The-AI-Directory-Company/agents-and-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 1,330 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
ai-ml-development
AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.
ai-policy-generator
AI governance policy creation for nonprofits and enterprises with frameworks, risk assessment, ethical guidelines, and compliance templates. Use when drafting AI usage policies, responsible AI frameworks, or organizational AI governance documents.
data-science
Data science and analytics expertise for statistical analysis, machine learning pipelines, data governance, business intelligence, predictive modeling, and analytics strategy. Use when building ML models, analyzing data, creating dashboards, or designing data architectures.
bailian-train-deploy
A workflow for using Alibaba Cloud’s Bailian command-line tool to fine-tune or directly deploy AI models as callable services. It covers text, speech-synthesis, image-generation, and video-generation models.
happyhorse-prompt-studio
Interactive prompt studio for HappyHorse 1.0 video generation. Guides users through scenario discovery with vivid examples, then assembles production-ready prompts in JP/CN/EN. Use when someone wants to create AI video content with HappyHorse but doesn't know where to start, or when they have a specific scenario and…
data-engineering
ETL/ELT pipelines, data warehousing (BigQuery, Snowflake, Redshift), stream processing (Kafka, Spark Streaming), orchestration (Airflow, Dagster, Prefect), dbt transformations, and data lake architecture. Use when building data pipelines, designing warehouse schemas, or implementing real-time data processing.