ImputerModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class ImputerModel
extends Model<ImputerModel>
implements ImputerParams, MLWritable
Model fitted by Imputer.
param: surrogateDF a DataFrame containing inputCols and their corresponding surrogates, which are used to replace the missing values in the input DataFrame.
See Also:
Serialized Form