Re: Does Random Forest in spark ML supports multi label classification in scala

2017-11-07 Thread Dave Moyers
Yes, see https://dzone.com/articles/predictive-analytics-with-spark-ml Although the example uses two labels, the same approach supports multiple labels. Sent from my iPad > On Nov 7, 2017, at 6:30 AM, HARSH TAKKAR <takkarha...@gmail.com> wrote: > > Hi > > Does Rand

Does Random Forest in spark ML supports multi label classification in scala

2017-11-07 Thread HARSH TAKKAR
Hi Does Random Forest in spark Ml supports multi label classification in scala ? I found out, sklearn provides sklearn.ensemble.RandomForestClassifier in python, do we have the similar functionality in scala ?