From ml-model-trainer
Automates training ML models (classification, regression) on datasets: analyzes data, selects/configures algorithms, cross-validates, evaluates metrics, saves artifacts. Use for model training tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ml-model-trainer:training-machine-learning-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
Train machine learning models with configurable architectures, loss functions, and optimization strategies across classification, regression, and other task types.
Train machine learning models with configurable architectures, loss functions, and optimization strategies across classification, regression, and other task types.
This skill empowers Claude to automatically train and evaluate machine learning models. It streamlines the model development process by handling data analysis, model selection, training, and evaluation, ultimately providing a persisted model artifact.
This skill activates when you need to:
User request: "Train a classification model on this dataset of customer churn data."
The skill will:
User request: "Train a regression model to predict house prices based on features like size, location, and number of bedrooms."
The skill will:
This skill can be used in conjunction with other data analysis and manipulation tools to prepare data for training. It can also integrate with model deployment tools to deploy the trained model to production.
The skill produces structured output relevant to the task.
5plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub fleet-to-force/claude-code-plugins-plus --plugin ml-model-trainerTrains machine learning models with automated workflows including data analysis, model selection (classification/regression), cross-validation training, and model artifact persistence.
Builds and evaluates classification models for supervised learning tasks with labeled data. Automates model selection, training, and performance reporting.
Guides building and training ML models using scikit-learn, PyTorch, and TensorFlow for classification, regression, and clustering tasks, including data prep, feature engineering, and hyperparameter tuning.