ImputingWithConstant

It imputes missing value with constant value. It fills missing values (None) in selected columns with given constant value for the corresponding column, in the incoming DataFrame.

Type

transform

Class

fire.nodes.ml.NodeReplaceMissingValueWithConstant

Fields

Name Title Description
colNames Columns Columns to be processed for missing values
constants Constants Missing value will be replaced with constant