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.
Evaluates machine learning models using comprehensive metrics via the model-evaluation-suite plugin. Triggers when users request model performance analysis, validation, or testing.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install model-explainability-tool@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/visualization_script.pyreferences/README.mdscripts/README.mdscripts/data_loader.pyscripts/evaluate_model.pyscripts/metrics_calculator.pyThis skill provides automated assistance for model evaluation suite tasks.
This skill empowers Claude to perform thorough evaluations of machine learning models, providing detailed performance insights. It leverages the model-evaluation-suite plugin to generate a range of metrics, enabling informed decisions about model selection and optimization.
/eval-model command to initiate the model evaluation process within the model-evaluation-suite plugin.This skill activates when you need to:
User request: "Evaluate the accuracy of my image classification model."
The skill will:
/eval-model command.User request: "Compare the F1-score of model A and model B."
The skill will:
/eval-model command for both models.This skill integrates seamlessly with the model-evaluation-suite plugin, providing a comprehensive solution for model evaluation within the Claude Code environment. It can be combined with other skills to build automated machine learning workflows.
The skill produces structured output relevant to the task.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.