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

Create 0.2 release a publish to https://spark-packages.org/ (or some other central place) #21

Closed barrybecker4 closed 7 years ago

barrybecker4 commented 8 years ago

Currently the mast branch is building 0.2-SNAPSHOT. As soon as #14 is fixed, it might be a good idea to create the 0.2 release publish the package to https://spark-packages.org/ so it can get wider usage.

sramirez commented 8 years ago

Yes, of course.

Let's wait and see if more changes come, let's say in a couple of weeks. If no more changes are introduced, I'll upload a new version to the spark-packages repository.

barrybecker4 commented 8 years ago

sounds good.

sramirez commented 7 years ago

Some days ago I've uploaded a new version of DMDLP with all problems related to Spark 2.0 and metadata fixed. I'm gonna spend some time trying to fuse my approximate version and your exact but slower version. When I have something relevant, I'll let you know.

barrybecker4 commented 7 years ago

cool. thanks.