什么是 data-science-feature-engineering?
机器学习的特征工程:编码、缩放、转换、日期时间特征、文本特征和特征选择。在准备建模数据或通过更好的表示来提高模型性能时使用。 来源:legout/data-platform-agent-skills。
机器学习的特征工程:编码、缩放、转换、日期时间特征、文本特征和特征选择。在准备建模数据或通过更好的表示来提高模型性能时使用。
通过命令行快速安装 data-science-feature-engineering AI 技能到你的开发环境
来源:legout/data-platform-agent-skills。
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 |
机器学习的特征工程:编码、缩放、转换、日期时间特征、文本特征和特征选择。在准备建模数据或通过更好的表示来提高模型性能时使用。 来源:legout/data-platform-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering机器学习的特征工程:编码、缩放、转换、日期时间特征、文本特征和特征选择。在准备建模数据或通过更好的表示来提高模型性能时使用。 来源:legout/data-platform-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/legout/data-platform-agent-skills --skill data-science-feature-engineering 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/legout/data-platform-agent-skills