Create, select, and transform features to improve machine learning model performance. Handles feature scaling, encoding, and importance analysis. Use when asked to "engineer features" or "select features".
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
assets/README.mdassets/configuration_template.yamlassets/example_dataset.csvassets/feature_engineering_template.ipynbreferences/README.mdscripts/README.mdscripts/data_visualizer.pyscripts/feature_engineering_pipeline.pyscripts/feature_importance_analyzer.pyscripts/feature_store_integration.pyThis skill enables Claude to 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. By using this skill, you can improve the accuracy, efficiency, and interpretability of your 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.