Re: Mahout installation and configuration on Windows

2014-02-28 Thread Gokhan Capan
Quick note, you don't need to apply a patch for building mahout for hadoop 2.2.0, it is committed to trunk. Just get the latest mahout source, build it with: mvn clean package -DskipTests=true -Dhadoop2.version=2.2.0 And please see MAHOUT-1310https://issues.apache.org/jira/browse/MAHOUT-1310for

Re: Mahout installation and configuration on Windows

2014-02-28 Thread Sergey Svinarchuk
I attached patch with changes for build mahout on windows with hadoop 2.2.0 or higher. You can use it. On Fri, Feb 28, 2014 at 2:06 PM, Gokhan Capan gkhn...@gmail.com wrote: Quick note, you don't need to apply a patch for building mahout for hadoop 2.2.0, it is committed to trunk. Just get

Flying Wheels 2014, are you interested

2014-02-28 Thread Saikat Kanjilal
http://www.cascade.org/flying-wheels-summer-century Let me know.Thanks in advance.

Re: Detecting high bias and variance in AdaptiveLogisticRegression classification

2014-02-28 Thread Ted Dunning
I have been swamped. Generally ad adagrad is a great idea. The code looks fine at first glance. Certainly some sort of adagrad would be preferable to the hack that I put in. Sent from my iPhone On Feb 26, 2014, at 18:30, Vishal Santoshi vishal.santo...@gmail.com wrote: Ted, Any