·data-science-feature-engineering
{}

data-science-feature-engineering

Feature engineering for machine learning: encoding, scaling, transformations, datetime features, text features, and feature selection. Use when preparing data for modeling or improving model performance through better representations.

7Installs·2Trend·@legout

Installation

$npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering

How to Install data-science-feature-engineering

Quickly install data-science-feature-engineering AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: legout/data-platform-agent-skills.

SKILL.md

View raw

Use this skill for creating, transforming, and selecting features that improve model performance.

| sklearn pipelines | sklearn.pipeline + ColumnTransformer | Reproducible, cross-validation safe | | Categorical encoding | categoryencoders | Beyond sklearn's limited options | | Feature selection | sklearn.featureselection | Mutual info, RFE, SelectFromModel | | Text embeddings | sentence-transformers | Pre-trained semantic embeddings |

| Auto feature engineering | Feature-engine | Comprehensive transformations |

Feature engineering for machine learning: encoding, scaling, transformations, datetime features, text features, and feature selection. Use when preparing data for modeling or improving model performance through better representations. Source: legout/data-platform-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering
Category
{}Data Analysis
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from legout/data-platform-agent-skills

Quick answers

What is data-science-feature-engineering?

Feature engineering for machine learning: encoding, scaling, transformations, datetime features, text features, and feature selection. Use when preparing data for modeling or improving model performance through better representations. Source: legout/data-platform-agent-skills.

How do I install data-science-feature-engineering?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/legout/data-platform-agent-skills