Enum MEstimateHandleUnknown
- Namespace
- AiDotNet.Preprocessing.Encoders
- Assembly
- AiDotNet.dll
Specifies how to handle unknown categories in MEstimateEncoder.
public enum MEstimateHandleUnknown
Fields
Error = 1Raise an error when an unknown category is encountered.
UseGlobalMean = 0Use the global target mean for unknown categories.