BU

building-automl-pipelines

Automates the end-to-end machine learning pipeline from data preparation to model evaluation.

Install

mkdir -p .claude/skills/building-automl-pipelines && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/178" && unzip -o skill.zip -d .claude/skills/building-automl-pipelines && rm skill.zip

Installs to .claude/skills/building-automl-pipelines

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Build automated machine learning pipelines with feature engineering,
68 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Identify problem type for machine learning tasks
  • Define evaluation metrics for model performance
  • Set time and resource budgets for AutoML search
  • Configure train/validation/test split strategies
  • Define feature engineering transformations
  • Initialize AutoML pipelines with specified configurations

How it works

The skill guides the user through defining problem parameters and then initializes an AutoML pipeline with data checks, feature preprocessing, model search, and evaluation.

Inputs & outputs

You give it
Problem type, evaluation metrics, time/resource budgets, feature types, and training data
You get back
Complete Python implementation of AutoML pipeline, data loading/preprocessing functions, and best model architecture

When to use building-automl-pipelines

  • Build a repeatable automated training pipeline
  • Perform automated feature engineering
  • Select and tune machine learning models
  • Evaluate models against specific metrics

About this skill

Building Automl Pipelines

Overview

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).

Prerequisites

Before using this skill, ensure you have:

  • Python environment with AutoML libraries (Auto-sklearn, TPOT, H2O AutoML, or PyCaret)
  • Training dataset in accessible format (CSV, Parquet, or database)
  • Understanding of problem type (classification, regression, time-series)
  • Sufficient computational resources for automated search
  • Knowledge of evaluation metrics appropriate for task
  • Target variable and feature columns clearly defined

Instructions

  1. Identify problem type (binary/multi-class classification, regression, etc.)
  2. Define evaluation metrics (accuracy, F1, RMSE, etc.)
  3. Set time and resource budgets for AutoML search
  4. Specify feature types and preprocessing needs
  5. Determine model interpretability requirements
  6. Load training data using Read tool
  7. Perform initial data quality assessment
  8. Configure train/validation/test split strategy
  9. Define feature engineering transformations
  10. Set up data validation checks
  11. Initialize AutoML pipeline with configuration

See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.

Output

  • Complete Python implementation of AutoML pipeline
  • Data loading and preprocessing functions
  • Feature engineering transformations
  • Model training and evaluation logic
  • Hyperparameter search configuration
  • Best model architecture and hyperparameters

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Auto-sklearn: Automated scikit-learn pipeline construction with metalearning
  • TPOT: Genetic programming for pipeline optimization
  • H2O AutoML: Scalable AutoML with ensemble methods
  • PyCaret: Low-code ML library with automated workflows
  • Automated feature selection techniques

When not to use it

  • When a Python environment with AutoML libraries is not available
  • When a training dataset is not in an accessible format
  • When computational resources are insufficient for automated search

Prerequisites

Python environment with AutoML libraries (Auto-sklearn, TPOT, H2O AutoML, or PyCaret)Training dataset in accessible format (CSV, Parquet, or database)Understanding of problem type (classification, regression, time-series)Sufficient computational resources for automated search

Limitations

  • Requires specific AutoML libraries to be installed in the Python environment
  • Needs a clear understanding of the problem type and appropriate evaluation metrics
  • Computational resources must be sufficient for automated search

How it compares

This skill automates the construction of an entire machine learning pipeline from data preparation to model deployment, reducing manual configuration and experimentation.

Compared to similar skills

building-automl-pipelines side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
building-automl-pipelines (this skill)627dReviewIntermediate
quant-analyst1032moNo flagsAdvanced
umap-learn62moReviewIntermediate
embedding-strategies82moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

You might also like

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

umap-learn

K-Dense-AI

UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.

6100

embedding-strategies

wshobson

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

890

model-compare

rawwerks

Compare 3D CAD models using boolean operations (IoU, Dice, precision/recall). Use when evaluating generated models against gold references, diffing CAD revisions, or computing similarity metrics for ML training. Triggers on: model diff, compare models, IoU, intersection over union, model similarity, CAD comparison, STEP diff, 3D evaluation, gold reference, generated model, precision recall 3D.

783

matchms

davila7

Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.

674

scikit-learn

davila7

Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.

958

Search skills

Search the agent skills registry