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

#29 Add attributes from inputCol to metadata of discretized column #31

Closed MarcKaminski closed 7 years ago

MarcKaminski commented 7 years ago

Hi,

I added the latter functionality, i.e. adding metadata to the produced DataFrame. Feel free to merge it into Master, if you're satisfied with the commit ;)

Cheers Marc

sramirez commented 7 years ago

Good job. I forgot to include name and index in the attributes :)