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 的缺失数据插补器通过从数据中估计的参数或用户预定义的任意值来替换缺失数据。下图总结了主要插补器的功能。

../../_images/imputersSummary.png

在本指南中,您将找到代码片段,以便快速将插补器应用于您的数据集,以及关于插补技术的常识和指导。

Imputers#

  • MeanMedianImputer
  • ArbitraryNumberImputer
  • EndTailImputer
  • CategoricalImputer
  • RandomSampleImputer
  • 添加缺失指示器
  • DropMissingData

上一页

用户指南

下一页

MeanMedianImputer

On this page
  • Imputers
显示源代码

© Copyright 2018-2024, Feature-engine developers.

由 Sphinx 5.3.0创建。

Built with the PyData Sphinx Theme 0.15.4.