This site uses cookies

We use cookies to recognize your visits and preferences, to measure the effectiveness of the documentation, and discover how people find us. With your consent, you're helping us make our documentation better.
Learn More.

Skip to main content
Ctrl+K
1.8.1 - Home
  • 快速开始
  • 用户指南
  • API
  • 资源
  • 贡献
    • 关于
    • 新增内容
    • 其他版本
    • 赞助我们
  • GitHub
  • Blog
  • Sponsor
  • 快速开始
  • 用户指南
  • API
  • 资源
  • 贡献
  • 关于
  • 新增内容
  • 其他版本
  • 赞助我们
  • GitHub
  • Blog
  • Sponsor

Section Navigation

  • 缺失数据插补
    • MeanMedianImputer
    • ArbitraryNumberImputer
    • EndTailImputer
    • CategoricalImputer
    • RandomSampleImputer
    • 添加缺失指示器
    • DropMissingData
  • 分类编码
    • OneHotEncoder
    • 序数编码
    • CountFrequencyEncoder
    • MeanEncoder
    • 证据权重 (WoE)
    • DecisionTreeEncoder
    • RareLabelEncoder
    • StringSimilarityEncoder
  • 离散化
    • EqualFrequencyDiscretiser
    • EqualWidthDiscretiser
    • 任意离散化器
    • DecisionTreeDiscretiser
    • GeometricWidthDiscretiser
  • 异常值处理
    • Winsorizer
    • ArbitraryOutlierCapper
    • OutlierTrimmer
  • 方差稳定变换
    • LogTransformer
    • LogCpTransformer
    • 互惠变换器
    • ArcsinTransformer
    • PowerTransformer
    • BoxCoxTransformer
    • YeoJohnsonTransformer
  • 功能创建
    • CyclicalFeatures
    • 数学特征
    • RelativeFeatures
    • 决策树特征
  • 日期时间特征
    • DatetimeFeatures
    • DatetimeSubtraction
  • 特征选择
    • DropFeatures
    • DropConstantFeatures
    • DropDuplicateFeatures
    • DropCorrelatedFeatures
    • SmartCorrelatedSelection
    • SelectBySingleFeaturePerformance
    • 递归特征消除
    • 递归特征添加
    • SelectByShuffling
    • SelectByTargetMeanPerformance
    • DropHighPSIFeatures
    • SelectByInformationValue
    • ProbeFeatureSelection
  • 时间序列特征
    • 预测功能
  • 预处理
    • MatchCategories
    • 匹配变量
  • Scikit-learn 包装器
    • SklearnTransformerWrapper
  • 管道
    • 管道
    • make_pipeline
  • 变量处理函数
    • find_all_variables
    • 查找分类变量
    • find_datetime_variables
    • find_numerical_variables
    • find_categorical_and_numerical_variables
    • check_all_variables
    • check_categorical_variables
    • check_datetime_variables
    • check_numerical_variables
    • retain_variables_if_in_df
  • 用户指南

用户指南#

在本节中,您将找到有关 Feature-engine 的转换器和一般特征工程转换的更多信息,以及更多示例。

变换#

  • 缺失数据插补
  • 分类编码
  • 离散化
  • 异常值处理
  • 方差稳定变换

创建#

  • 功能创建
  • 日期时间特征

选择#

  • 特征选择

时间序列#

  • 时间序列特征

其他#

  • 预处理
  • Scikit-learn 包装器

管道#

  • 管道

工具#

  • 变量处理函数

上一页

数据集

下一页

缺失数据插补

On this page
  • 变换
  • 创建
  • 选择
  • 时间序列
  • 其他
  • 管道
  • 工具
显示源代码

© Copyright 2018-2024, Feature-engine developers.

由 Sphinx 5.3.0创建。

Built with the PyData Sphinx Theme 0.15.4.