Repartition¶
-
class
Repartition.Repartition(disable=False, n=None)[source]¶ Bases:
mmlspark.Utils.ComplexParamsMixin,pyspark.ml.util.JavaMLReadable,pyspark.ml.util.JavaMLWritable,pyspark.ml.wrapper.JavaTransformerPartitions the dataset into n partitions. Default value for n is 10.
Parameters: -
getDisable()[source]¶ Returns: Whether to disable repartitioning (so that one can turn it off for evaluation) (default: false) Return type: bool
-