plugins marketplace
← All plugins

model-evaluation-suite

v1.22.0

Comprehensive model evaluation with multiple metrics

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/model-evaluation-suite/ inside the repository.

Layout

plugins/ai-ml/model-evaluation-suite/
├── .claude-plugin/plugin.json
└── skills/evaluating-machine-learning-models/SKILL.md

Skills1

evaluating-machine-learning-modelsskills/evaluating-machine-learning-models/SKILL.md

Build this skill allows AI assistant to evaluate machine learning models using a comprehensive suite of metrics. it should be used when the user requests model performance analysis, validation, or testing. AI assistant can use this skill to assess model accuracy, p... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/ai-ml/model-evaluation-suite/.claude-plugin/plugin.json
{
  "name": "model-evaluation-suite",
  "version": "1.22.0",
  "description": "Comprehensive model evaluation with multiple metrics",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "evaluation",
    "metrics",
    "testing",
    "validation",
    "agent-skills"
  ]
}