Re: modifications to ALS.scala

2016-12-07 Thread harini
I am new to development with spark, how do I do that? Can I write up a custom implementation under package org.apache.spark.ml.recommendation, and specify "spark-mllib" along with others as a library dependency? -- View this message in context: http://apache-spark-developers-list.1001551.n3.nab

modifications to ALS.scala

2016-12-07 Thread harini
Hi all,I am trying to implement ALS with a slightly modified objective function, which will require minor changes to fit -> train -> computeFactors within ALS.scala - Is there a way t