sramirez / spark-MDLP-discretization

Spark implementation of Fayyad's discretizer based on Minimum Description Length Principle (MDLP)
Apache License 2.0
44 stars 27 forks source link

Update ManyValuesThresholdFinder.scala #25

Closed sramirez closed 7 years ago

sramirez commented 7 years ago

Now coalesce takes into account if a shuffle is needed or not, depending on the new number of partitions.