From model-evaluator
Evaluates machine learning models (classification, regression, NLP, generative) across metrics like accuracy, F1, MAE, BLEU, latency, and bias. Produces a comprehensive report with visualizations.
How this command is triggered — by the user, by Claude, or both
Slash command
/model-evaluator:evaluate-modelThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /evaluate-model - Evaluate ML Model Evaluate machine learning model performance with comprehensive metrics. ## Steps 1. Ask the user for the model type: classification, regression, NLP, or generative 2. Load the model and test dataset from the specified paths 3. Run inference on the entire test dataset and collect predictions 4. For classification models, calculate: accuracy, precision, recall, F1-score, AUC-ROC 5. For regression models, calculate: MAE, MSE, RMSE, R-squared, MAPE 6. For NLP models, calculate: BLEU, ROUGE, perplexity, exact match 7. Generate a confusion matrix for class...
Evaluate machine learning model performance with comprehensive metrics.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin model-evaluator/evaluate-modelEvaluates machine learning models (classification, regression, NLP, generative) across metrics like accuracy, F1, MAE, BLEU, latency, and bias. Produces a comprehensive report with visualizations.
/eval-modelRuns rigorous model evaluation: cross-validated metrics, confusion matrix, feature importance, and subgroup bias audit. Produces a draft report for data scientist review.
/explain-modelExecutes AI/ML tasks by analyzing context, generating code with validation and error handling, and producing performance metrics, artifacts, and documentation.