← All plugins
ml-model-trainer
v1.23.0Train and optimize machine learning models with automated workflows
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/ml-model-trainer/ inside the repository.
Layout
plugins/ai-ml/ml-model-trainer/
├── .claude-plugin/plugin.json└── skills/training-machine-learning-models/SKILL.md
Skills1
training-machine-learning-modelsskills/training-machine-learning-models/SKILL.md
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.
Manifests1
plugins/ai-ml/ml-model-trainer/.claude-plugin/plugin.json
{
"name": "ml-model-trainer",
"version": "1.23.0",
"description": "Train and optimize machine learning models with automated workflows",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"ml",
"machine-learning",
"training",
"models",
"ai",
"agent-skills"
]
}