From feature-engineering-toolkit
Generates and executes Python code to create, select, and transform ML features including interactions, scaling, encoding, and importance analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-engineering-toolkit:engineering-features-for-machine-learningThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create, select, and transform features to improve ML model performance, handling scaling, encoding, interaction terms, and importance analysis.
Create, select, and transform features to improve ML model performance, handling scaling, encoding, interaction terms, and importance analysis.
leverage the feature-engineering-toolkit plugin to enhance machine learning models. It automates the process of creating new features, selecting the most relevant ones, and transforming existing features to better suit the model's needs. Use this skill to improve the accuracy, efficiency, and interpretability of machine learning models.
This skill activates when you need to:
User request: "Create new features from the existing 'age' and 'income' columns to improve the accuracy of a customer churn prediction model."
The skill will:
User request: "Select the top 10 most important features from the dataset to reduce the complexity of a fraud detection model."
The skill will:
This skill integrates with the feature-engineering-toolkit plugin, providing a seamless way to create, select, and transform features for machine learning models. It can be used in conjunction with other Claude Code skills to build complete machine learning pipelines.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin feature-engineering-toolkitGuides feature engineering in DataRobot including automated feature creation, importance analysis, and feature set optimization for ML models.
Provides scikit-learn API patterns for preprocessing, pipelines, model selection, evaluation, and hyperparameter tuning. Useful when /ds:experiment builds sklearn pipelines or evaluates models.
Guides machine learning tasks in Python with scikit-learn: classification, regression, clustering, preprocessing, model evaluation, hyperparameter tuning, and ML pipelines.