CustomInputParser¶
-
class
CustomInputParser.CustomInputParser(inputCol=None, outputCol=None, udfPython=None, udfScala=None)[source]¶ Bases:
mmlspark.Utils.ComplexParamsMixin,pyspark.ml.util.JavaMLReadable,pyspark.ml.util.JavaMLWritable,pyspark.ml.wrapper.JavaTransformerParameters: -
getUdfPython()[source]¶ Returns: User Defined Python Function to be applied to the DF input col Return type: object
-
getUdfScala()[source]¶ Returns: User Defined Function to be applied to the DF input col Return type: object
-
setParams(inputCol=None, outputCol=None, udfPython=None, udfScala=None)[source]¶ Set the (keyword only) parameters
Parameters:
-