Builds end-to-end AutoML pipelines with data checks, feature engineering, model selection, hyperparameter tuning, evaluation, and deployment artifacts for repeatable ML workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/automl-pipeline-builder:building-automl-pipelinesThis 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 an end-to-end AutoML pipeline: data checks, feature preprocessing, model search/tuning, evaluation, and exportable deployment artifacts. Use this when you want repeatable training runs with a clear budget (time/compute) and a structured output (configs, reports, and a runnable pipeline).
Build an end-to-end AutoML pipeline: data checks, feature preprocessing, model search/tuning, evaluation, and exportable deployment artifacts. Use this when you want repeatable training runs with a clear budget (time/compute) and a structured output (configs, reports, and a runnable pipeline).
Before using this skill, ensure you have:
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin automl-pipeline-builderOrchestrates end-to-end ML pipelines from data ingestion through model deployment, covering DAG design, training automation, validation, and deployment strategies.
Automates ML workflows using Airflow, Kubeflow, MLflow for reproducible pipelines, retraining schedules, MLOps, experiment tracking, and debugging task failures or dependencies.
Builds ML pipelines from data validation and feature engineering to baseline training (logistic/XGBoost), evaluation, and serving endpoints for classification/regression.