lensacom / sparkit-learn

PySpark + Scikit-learn = Sparkit-learn
Apache License 2.0
1.15k stars 255 forks source link

Scala support? #52

Open omidb opened 9 years ago

omidb commented 9 years ago

Hi,

I wanted to know if I can use these functionality in Scala too. If yes, would you provide a example in Scala?

kszucs commented 8 years ago

As far as I know only PySpark can use the JVM, the opposite direction won't work. I suggest You to use the latest Spark. Now the mllib and ml packages are more mature.

BTW which functionality do You need?