gorillalabs / sparkling

A Clojure library for Apache Spark: fast, fully-features, and developer friendly
https://gorillalabs.github.io/sparkling/
Eclipse Public License 1.0
448 stars 68 forks source link

Spark MLlib support? #14

Closed davidiba closed 8 years ago

davidiba commented 9 years ago

Is there support for using the spark MLlib (machine learning) API? If not, any plans to support this or alternate clojure libraries to do this? Thanks, -David

chrisbetz commented 9 years ago

Hi,

I’m not currently using spark MLlib, making it hard to create and test the code. There are others who also asked, and I’m not sure if there is some progress towards it from the community. You might want to contact Bruce from Mastodon C (https://twitter.com/otfrom https://twitter.com/otfrom), he’s using sparkling and tweeted about mllib.

So sorry, it will take some more time from my side.

If you would like to contribute, you’re very welcome and I would happily take PRs for it ;)

Happy Easter break,

Chris

Am 02.04.2015 um 16:51 schrieb David Iba notifications@github.com:

Is there support for using the spark MLlib (machine learning) API? If not, any plans to support this or alternate clojure libraries to do this? Thanks, -David

— Reply to this email directly or view it on GitHub https://github.com/gorillalabs/sparkling/issues/14.

shark8me commented 8 years ago

I've added support for the classification part of Spark's MLLib, in pull request #43

chrisbetz commented 8 years ago

pull request merged, closing this issue.