From ml-model-trainer
Trains machine learning models via automated workflows: data analysis, model selection, cross-validation, and performance metrics. Activates on 'train' requests. Supports scikit-learn.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ml-model-trainer:ml-model-trainerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 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.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin ml-model-trainer