com.microsoft.ml.spark.featurize
This class takes in a categorical column with MML style attributes and then transforms it back to the original values. This extends sparkML IndexToString by allowing the transformation back to any types of values.
The name of the input column
The name of the output column
- The input dataset, to be transformed
The DataFrame that results from column selection
This class takes in a categorical column with MML style attributes and then transforms it back to the original values. This extends sparkML IndexToString by allowing the transformation back to any types of values.