Re: FileDataModel

2013-03-02 Thread Sean Owen
Yes to integrate any new data everything must be reloaded. On Mar 2, 2013 6:34 AM, Nadia Najjar ned...@gmail.com wrote: I am using a FileDataModel and remove and insert preferences before estimating preferences. Do I need to rebuild the recommender after these methods are called for it to be

Re: standardize data for PCA

2013-03-02 Thread Tamas Jambor
I'd like to normalize columns, as the variables are on a different scale. I'm More interested in on the analysis of correlation not the covariance. On Sat, Mar 2, 2013 at 2:12 AM, Ted Dunning ted.dunn...@gmail.com wrote: Are you normalizing rows or columns? On Fri, Mar 1, 2013 at 6:30 AM,

Re: length of Sigma in SSVD

2013-03-02 Thread Tamas Jambor
thanks I found it, I was looking at 0.7 (but it seems that this option is from 0.8) On Fri, Mar 1, 2013 at 8:13 PM, Dmitriy Lyubimov dlie...@gmail.com wrote: On Fri, Mar 1, 2013 at 7:43 AM, Tamas Jambor jambo...@gmail.com wrote: Hi, I am trying to run SSVD to compute PCA. As a final

Hadoop version compatibility

2013-03-02 Thread MARCOS UBIRAJARA
Dear Gentleman, First of all, many thanks for this active and vibrant community, and for the Mahout creators as well. I'm giving the first steps with mahout and hadoop, in order I can go ahead with my research. I'm facing some problems with mahout 0.7 and hadoop 0.18. Please let me know if

Re: Hadoop version compatibility

2013-03-02 Thread Sean Owen
Although I don't know of any specific incompatibility, I would not be surprised. 0.18 is pretty old. As you can see in pom.xml it currently works against the latest stable version, 1.1.1. On Sat, Mar 2, 2013 at 6:16 PM, MARCOS UBIRAJARA marcosubiraj...@ig.com.brwrote: Dear Gentleman, First

Re: FileDataModel

2013-03-02 Thread Nadia Najjar
Thanks, Sean! The remove/setPreference methods throw an UnsupportedOperationException. I read in an old thread that you had updated these methods to work. I'm not sure what I'm missing here. Can you point me in the right direction? On Mar 2, 2013, at 6:42 AM, Sean Owen wrote: Yes to