[jira] [Created] (MAHOUT-1592) bin/maout's seqdirectory doesn't work when MAHOUT_LOCAL non-empty

2014-07-08 Thread Alex Ott (JIRA)
Alex Ott created MAHOUT-1592: Summary: bin/maout's seqdirectory doesn't work when MAHOUT_LOCAL non-empty Key: MAHOUT-1592 URL: https://issues.apache.org/jira/browse/MAHOUT-1592 Project: Mahout

Re: Problem of dimensions

2014-07-08 Thread Pat Ferrel
Got it, that is what I hoped was happening. I agree it’s the prep logic that is the only place that dimensionality can be known. So I think I know how to handle this case unless mr. Schelter has further thoughts. On Jul 8, 2014, at 10:49 AM, Dmitriy Lyubimov dlie...@gmail.com wrote: Empty

Problem of dimensions

2014-07-08 Thread Pat Ferrel
In cooccurrence for the case of B'A the real-world dimensionality of the matrices can be compatible even though the data read in from tuples would leave some rows or columns blank—no non-zero elements. At least this is what I suspect trying to run cooccurrence on the epinions data

Re: cf/couccurence code

2014-07-08 Thread Anand Avati
I'm not completely sure how to address this (code and tests in separate modules) as I write, but I will give it a shot soon. On Mon, Jul 7, 2014 at 9:18 AM, Pat Ferrel pat.fer...@gmail.com wrote: OK, I’m spending more time on this than I have to spare. The test class extends

Re: cf/couccurence code

2014-07-08 Thread Pat Ferrel
I already did the code and tests in separate modules, that works but is not a good way to go imo. If there are tests that will work in math-scala then we can put the code in math-scala. I couldn’t find a way to do it. On Jul 8, 2014, at 4:40 PM, Anand Avati av...@gluster.org wrote: I'm not

Re: cf/couccurence code

2014-07-08 Thread Anand Avati
If that is the case, why not commit so much already (i.e, separate modules for code and test) since that has been the norm thus far (see DSSVD, DSPCA etc.) Fixing code vs test modules could be a separate task/activity (which I'm happy to pick up) on which cf code move need not be dependent on.