| Class | Description |
|---|---|
| CategoricalToIntegerTransform | |
| CategoricalToOneHotTransform | |
| FirstDigitTransform | |
| IntegerToCategoricalTransform | |
| PivotTransform | |
| StringToCategoricalTransform |
| Enum | Description |
|---|---|
| FirstDigitTransform.Mode |
Mode determines how non-numerical entries should be handled:
EXCEPTION_ON_INVALID: output has 10 category values ("0", ..., "9"), and any non-numerical values result in an exception INCLUDE_OTHER_CATEGORY: output has 11 category values ("0", ..., "9", "Other"), all non-numerical values are mapped to "Other" |
Copyright © 2021. All rights reserved.