MissingValueReplacingEstimator.ReplacementMode Enum

Definition

The possible ways to replace missing values.

C#
public enum MissingValueReplacingEstimator.ReplacementMode
Inheritance
MissingValueReplacingEstimator.ReplacementMode

Fields

Name Value Description
DefaultValue 0

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

Mean 1

Replace with the mean value of the column.

Minimum 2

Replace with the minimum value of the column.

Maximum 3

Replace with the maximum value of the column.

Mode 5

Replace with the most frequent value of the column.

Applies to

Product Versions
ML.NET 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview