Re: Batch prediciton for ALS

2015-02-18 Thread Debasish Das
You have a JIRA for it... https://issues.apache.org/jira/browse/SPARK-3066 I added the PR on the JIRA... On Wed, Feb 18, 2015 at 3:07 PM, Xiangrui Meng wrote: > Please create a JIRA for it and we should discuss the APIs first > before updating the code. -Xiangrui > > On Tue, Feb 17, 2015 at 4:

Re: Batch prediciton for ALS

2015-02-18 Thread Xiangrui Meng
Please create a JIRA for it and we should discuss the APIs first before updating the code. -Xiangrui On Tue, Feb 17, 2015 at 4:10 PM, Debasish Das wrote: > It will be really help us if we merge it but I guess it is already diverged > from the new ALS...I will also take a look at it again and try

Re: Batch prediciton for ALS

2015-02-17 Thread Debasish Das
It will be really help us if we merge it but I guess it is already diverged from the new ALS...I will also take a look at it again and try update with the new ALS... On Tue, Feb 17, 2015 at 3:22 PM, Xiangrui Meng wrote: > It may be too late to merge it into 1.3. I'm going to make another > pass

Re: Batch prediciton for ALS

2015-02-17 Thread Xiangrui Meng
It may be too late to merge it into 1.3. I'm going to make another pass on your PR today. -Xiangrui On Tue, Feb 10, 2015 at 8:01 AM, Debasish Das wrote: > Hi, > > Will it be possible to merge this PR to 1.3 ? > > https://github.com/apache/spark/pull/3098 > > The batch prediction API in ALS will b

Batch prediciton for ALS

2015-02-10 Thread Debasish Das
Hi, Will it be possible to merge this PR to 1.3 ? https://github.com/apache/spark/pull/3098 The batch prediction API in ALS will be useful for us who want to cross validate on prec@k and MAP... Thanks. Deb