启用迭代填补#
启用迭代填补器
此估计器的API和结果可能会在没有任何弃用周期的情况下发生更改。
动态导入此文件将IterativeImputer
设置为impute模块的属性
>>> # explicitly require this experimental feature
>>> from sklearn.experimental import enable_iterative_imputer # noqa
>>> # now you can import normally from impute
>>> from sklearn.impute import IterativeImputer