Creates dummy variables for categorical values, setting 1 when the original variable equals the specified category value, 0 otherwise. Implements the 'dummy' transformation step from the Model Parameters pipeline.
Creates dummy variables for categorical values, setting 1 when the original variable equals the specified category value, 0 otherwise. Implements the 'dummy' transformation step from the Model Parameters pipeline.