Re: how to use a custom distance measure with kmeans?

2013-02-13 Thread Dan Filimon
Sure, that sounds like an ever better solution! I didn't read the entire script. :) On Wed, Feb 13, 2013 at 6:40 AM, Mahesh Balija balijamahesh@gmail.com wrote: Hi Dan, If we copy the jar containing the custom classes to the MAHOUT_HOME/lib folder wont that work fine?

Error message while running CVB

2013-02-13 Thread Yunming Zhang
Hi, I ran into this error when I try to run Mahout CVB. I excluded the log4j dependency in hbase in integration/pom.xml, Not sure what is going on here Thanks MAHOUT_LOCAL is set, running locally SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

RE: how to use a custom distance measure with kmeans?

2013-02-13 Thread Mihai Josan
Hello, After I made the changes, I still get the Class not found exception. I created my project using maven and eclipse and the jar is generated from eclipse export jar. Do you have any other idea how to resolve this problem? mahout kmeans -i /user/rhadoop/mahout/abac-out/sequence \

Getting started with remote mahout and eclipse

2013-02-13 Thread Rajat Saigal [ MTN - Innovation Centre ]
Hi, Where can I find info on getting started with Mahout(remote installation) and Eclipse? Regards, Rajat Mihai Josan mihai.jo...@iquestgroup.com wrote: Hello, After I made the changes, I still get the Class not found exception. I created my project using maven and eclipse and the jar is

Re: Error message while running CVB

2013-02-13 Thread Jake Mannix
On Wed, Feb 13, 2013 at 7:37 AM, Yunming Zhang zhangyunming1...@gmail.comwrote: Hi, I ran into this error when I try to run Mahout CVB. I excluded the log4j dependency in hbase in integration/pom.xml, Not sure what is going on here Thanks MAHOUT_LOCAL is set, running locally SLF4J:

Re: Error message while running CVB

2013-02-13 Thread yunming zhang
I modified the cluster-reuters.sh file to include a new case for cvb I am pretty sure the script works as I had successfully tested on a pseudo distribution hadoop, but it is failing on a cluster, elif [ x$clustertype == xcvb ]; then echo cvb!!! $MAHOUT seq2sparse \ -i

[OT] Internships at LucidWorks

2013-02-13 Thread Grant Ingersoll
Hi, I'm looking for interns for the summer for those interested in Mahout and Machine Learning: Research Engineer Internship DESCRIPTION LucidWorks, the leading commercial company for Apache Lucene and Solr, is looking for interns to work on building next generation search, analytics and

Help with Classifier

2013-02-13 Thread Brian McCallister
I'm trying to do a basic two category classifier on textual data, I am working with a training set of only about 100,000 documents, and am using an AdaptiveLogisticRegression with default settings. When I build the trainer it reports: % correct: 0.9996315789473774 AUC: 0.75