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
    • OrdinalEncoder
    • MeanEncoder
    • WoEEncoder
    • DecisionTreeEncoder
    • RareLabelEncoder
    • StringSimilarityEncoder
  • 离散化
    • EqualFrequencyDiscretiser
    • EqualWidthDiscretiser
    • ArbitraryDiscretiser
    • DecisionTreeDiscretiser
    • GeometricWidthDiscretiser
  • 异常值处理
    • Winsorizer
    • ArbitraryOutlierCapper
    • OutlierTrimmer
  • 方差稳定变换
    • LogTransformer
    • LogCpTransformer
    • ReciprocalTransformer
    • ArcsinTransformer
    • PowerTransformer
    • BoxCoxTransformer
    • YeoJohnsonTransformer
  • 功能创建
    • 数学特性
    • 相对特征
    • CyclicalFeatures
    • 决策树特征
  • 日期时间特征
    • DatetimeFeatures
    • DatetimeSubtraction
  • 特征选择
    • DropFeatures
    • DropConstantFeatures
    • DropDuplicateFeatures
    • DropCorrelatedFeatures
    • SmartCorrelatedSelection
    • SelectBySingleFeaturePerformance
    • 递归特征消除
    • 递归特征添加
    • DropHighPSIFeatures
    • SelectByInformationValue
    • SelectByShuffling
    • SelectByTargetMeanPerformance
    • ProbeFeatureSelection
  • 时间序列特征
    • 预测功能
  • 预处理
    • 匹配类别
    • 匹配变量
  • Scikit-learn 包装器
    • SklearnTransformerWrapper
  • 管道
    • 管道
    • make_pipeline
  • 数据集
    • load__titanic
  • 变量处理函数
    • 查找所有变量
    • 查找分类变量
    • find_datetime_variables
    • find_numerical_variables
    • 查找分类变量和数值变量
    • check_all_variables
    • check_categorical_variables
    • check_datetime_variables
    • check_numerical_variables
    • retain_variables_if_in_df
  • API

API#

Feature-engine 转换器的完整 API 文档。

变换#

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

创建#

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

选择#

  • 特征选择

时间序列#

  • 时间序列特征

其他#

  • 预处理
  • Scikit-learn 包装器

管道#

  • 管道

数据集#

  • 数据集

工具#

  • 变量处理函数

上一页

retain_variables_if_in_df

下一页

缺失数据插补

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

© Copyright 2018-2024, Feature-engine developers.

由 Sphinx 5.3.0创建。

Built with the PyData Sphinx Theme 0.15.4.