IndexToValue¶
-
class
IndexToValue.IndexToValue(inputCol=None, outputCol=None)[source]¶ Bases:
mmlspark.Utils.ComplexParamsMixin,pyspark.ml.util.JavaMLReadable,pyspark.ml.util.JavaMLWritable,pyspark.ml.wrapper.JavaTransformerThe
IndexToValueclass takes in a categorical column with MML-style attributes and then transforms it back to the original values. This extends MLLIBIndexToStringby allowing the transformation back to any types of values.Parameters: