[jira] [Commented] (MAHOUT-1419) Random decision forest is excessively slow on numeric features

2014-02-18 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905056#comment-13905056 ] Ted Dunning commented on MAHOUT-1419: - With t-digest in the OnlineSummarizer now, it

Build failed in Jenkins: mahout-nightly » Mahout Release Package #1501

2014-02-18 Thread Apache Jenkins Server
See -- [INFO] [INFO]

Build failed in Jenkins: mahout-nightly #1501

2014-02-18 Thread Apache Jenkins Server
See -- [...truncated 1978 lines...] [INFO] Copying jackson-mapper-asl-1.9.12.jar to [INFO]

Re: Does SSVD supports eigendecomposition of non-symmetric & non-positive-semidefinitive matrix better than Lanczos?

2014-02-18 Thread peng
Thanks a lot Sebastian, Ted and Dmitriy, I'll try Giraph for a performance benchmark. You are right, power iteration is just the most simple form of Lanczos, it shouldn't be in the scope. On Tue 18 Feb 2014 03:59:57 AM EST, Sebastian Schelter wrote: You can also use giraph for a superfast Page

[jira] [Created] (MAHOUT-1419) Random decision forest is excessively slow on numeric features

2014-02-18 Thread Sean Owen (JIRA)
Sean Owen created MAHOUT-1419: - Summary: Random decision forest is excessively slow on numeric features Key: MAHOUT-1419 URL: https://issues.apache.org/jira/browse/MAHOUT-1419 Project: Mahout Is

[jira] [Issue Comment Deleted] (MAHOUT-1418) Removal of write access to anything but CMS for username isabel

2014-02-18 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi updated MAHOUT-1418: -- Comment: was deleted (was: Created INFRA issue due mid March to execute the permission change.

[jira] [Issue Comment Deleted] (MAHOUT-1418) Removal of write access to anything but CMS for username isabel

2014-02-18 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi updated MAHOUT-1418: -- Comment: was deleted (was: Are u serious u really need to do this ?) > Removal of write acces

Re: Mahout 0.9 Release Notes - First Draft

2014-02-18 Thread Suneel Marthi
Below r the release notes, not sure where they should be going on the website. If someone could point me to a location I will go ahead and update the same. = The Apache Mahout PMC is pleased to announce the release of Mahout 0.9. Mahout's goal is to build scalable mac

Apache Mahout 0.9 released

2014-02-18 Thread Suneel Marthi
The Apache Mahout PMC is pleased to announce the release of Mahout 0.9. Mahout's goal is to build scalable machine learning libraries focused primarily in the areas of collaborative filtering (recommenders), clustering and classification (known collectively as the "3Cs"), as well as the necessary i

Re: Mahout 0.9 Release Notes - First Draft

2014-02-18 Thread Suneel Marthi
Could someone please point me to the URL for adding Mahout release notes?  On Monday, February 17, 2014 3:27 PM, Ellen Friedman wrote: Hi Suneel, Thanks for notes. I'm inquiring about status of the notes and update to the website to announce 0.9: Ted has reviewed the release notes - wer

[jira] [Commented] (MAHOUT-1418) Removal of write access to anything but CMS for username isabel

2014-02-18 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904200#comment-13904200 ] Suneel Marthi commented on MAHOUT-1418: --- Are u serious u really need to do this ?

[jira] [Commented] (MAHOUT-1418) Removal of write access to anything but CMS for username isabel

2014-02-18 Thread Isabel Drost-Fromm (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13903884#comment-13903884 ] Isabel Drost-Fromm commented on MAHOUT-1418: Created INFRA issue due mid Marc

[jira] [Created] (MAHOUT-1418) Removal of write access to anything but CMS for username isabel

2014-02-18 Thread Isabel Drost-Fromm (JIRA)
Isabel Drost-Fromm created MAHOUT-1418: -- Summary: Removal of write access to anything but CMS for username isabel Key: MAHOUT-1418 URL: https://issues.apache.org/jira/browse/MAHOUT-1418 Project:

Re: Does SSVD supports eigendecomposition of non-symmetric & non-positive-semidefinitive matrix better than Lanczos?

2014-02-18 Thread Sebastian Schelter
You can also use giraph for a superfast PageRank implementation. Giraph even runs on standard hadoop clusters. Pagerank is usually computed by power iteration, which is much simpler than lanczos or ssvd and only gives the eigenvector associated with the largest eigenvalue. Am 18.02.2014 09:33 schr

Re: Does SSVD supports eigendecomposition of non-symmetric & non-positive-semidefinitive matrix better than Lanczos?

2014-02-18 Thread Peng Cheng
Really? I guess PageRank in mahout was removed due to inherited network bottleneck of mapreduce. But I didn't know MLlib has the implementation. Is mllib implementation based on Lanczos or SSVD? Just curious... On 17/02/2014 11:11 PM, Dmitriy Lyubimov wrote: I bet page rank in mllib in spark f