Re: ANOVA test in Spark

2016-05-28 Thread cyberjog
If any specific algorithm is not present, perhaps you can use R/Python scikit, pipe your data to it & get the model back, I'm currently trying this, and it works fine. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/ANOVA-test-in-Spark-tp26949p27043.html

Re: ANOVA test in Spark

2016-05-13 Thread mylisttech
Mayank, Assuming Anova not present in MLIB can you not exploit the Anova from SparkR? I am enquiring not making a factual statement. Thanks On May 13, 2016, at 15:54, mayankshete wrote: > Is ANOVA present in Spark Mllib if not then, when will be this feature be >