FATE icon indicating copy to clipboard operation
FATE copied to clipboard

为DataTransform组件增加更细粒度的缺失值填充参数设置

Open jsuper opened this issue 2 years ago • 0 comments
trafficstars

Signed-off-by: jsuper [email protected]

为DataTransform组件增加更细粒度的缺失值填充参数设置

DataTransform组件使用了FeatureImputer去做缺失值填充,但是只能设置统一的填充方法,不能为不同的列设置不同的填充方式。因此增加一个参数,能够支持细粒度的控制不同列的填充方法。

jsuper avatar Jun 15 '23 09:06 jsuper