Enum ColumnTransformerRemainder
- Namespace
- AiDotNet.Preprocessing
- Assembly
- AiDotNet.dll
Specifies how to handle columns not specified in any transformer.
public enum ColumnTransformerRemainder
Fields
Drop = 0Drop columns not specified in any transformer.
Passthrough = 1Pass through columns not specified in any transformer unchanged.