From classification-model-builder
Builds and evaluates supervised classification models from labeled data using generated Python code. For spam detection, churn prediction, or similar tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/classification-model-builder:building-classification-modelsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and evaluate classification models for supervised learning tasks with labeled data.
Build and evaluate classification models for supervised learning tasks with labeled data.
This skill empowers Claude to efficiently build and deploy classification models. It automates the process of model selection, training, and evaluation, providing users with a robust and reliable classification solution. The skill also provides insights into model performance and suggests potential improvements.
This skill activates when you need to:
User request: "Build a classifier to detect spam emails using this dataset."
The skill will:
User request: "Create a classification model to predict customer churn using customer data."
The skill will:
This skill integrates with the classification-model-builder plugin to automate the model building process. It can also be used in conjunction with other plugins for data analysis and visualization.
The skill produces structured output relevant to the task.
5plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin classification-model-builderBuilds and evaluates classification models for supervised learning tasks with labeled data. Automates model selection, training, and performance reporting.
Build train machine learning models with automated workflows. Analyzes datasets, selects model types (classification, regression), configures parameters, trains with cross-validation, and saves model artifacts. Use when asked to "train model" or "evalua... Trigger with relevant phrases based on skill purpose.
Guides machine learning tasks in Python using scikit-learn: classification, regression, clustering, preprocessing, model evaluation, and pipelines.