Enum OneHotUnknownHandling
- Namespace
- AiDotNet.Preprocessing.Encoders
- Assembly
- AiDotNet.dll
Specifies how to handle unknown categories during transformation.
public enum OneHotUnknownHandling
Fields
Error = 0Raise an error when an unknown category is encountered.
Ignore = 1Ignore unknown categories (all zeros in the one-hot encoding).