sklearn.impute# 用于缺失值插补的变换器。 User guide. See the 缺失值的插补 section for further details. IterativeImputer 多变量插补器,从所有其他特征中估计每个特征。 KNNImputer 补全缺失值的插补方法,使用k-最近邻算法。 MissingIndicator 二进制指示器用于缺失值。 SimpleImputer 单变量插补器,用于使用简单策略完成缺失值。