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

DiscretizerModelReader::load fails with Spark 2.1.1 #36 #39

Open edzardb opened 4 years ago

edzardb commented 4 years ago

https://github.com/sramirez/spark-MDLP-discretization/issues/36

Fix to load method for Spark 2.x.x. Since Spark 1.6 is old now, this fix is valid. Has been tested and is working fine.