MissingValueReplacingEstimator.ReplacementMode Enum

Definition

The possible ways to replace missing values.

public enum MissingValueReplacingEstimator.ReplacementMode
type MissingValueReplacingEstimator.ReplacementMode = 
Public Enum MissingValueReplacingEstimator.ReplacementMode
Inheritance
MissingValueReplacingEstimator.ReplacementMode

Fields

DefaultValue 0

Replace with the default value of the column based on its type.

Maximum 3

Replace with the maximum value of the column.

Mean 1

Replace with the mean value of the column.

Minimum 2

Replace with the minimum value of the column.

Mode 5

Replace with the most frequent value of the column.

Applies to