You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2015/03/30 18:51:33 UTC

svn commit: r945691 - in /websites/staging/mahout/trunk/content: ./ users/classification/logistic-regression.html

Author: buildbot
Date: Mon Mar 30 16:51:33 2015
New Revision: 945691

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/classification/logistic-regression.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 30 16:51:33 2015
@@ -1 +1 @@
-1669951
+1670143

Modified: websites/staging/mahout/trunk/content/users/classification/logistic-regression.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/classification/logistic-regression.html (original)
+++ websites/staging/mahout/trunk/content/users/classification/logistic-regression.html Mon Mar 30 16:51:33 2015
@@ -338,7 +338,7 @@ CrossFoldLearners and adapts learning ra
 so that you don't have to.</p>
 <p>Here is a class diagram for the classifiers.sgd package.  As you can see,
 the number of twiddlable knobs is pretty large.  For some examples, see the
-TrainNewsGroups example code.</p>
+<a href="https://github.com/apache/mahout/blob/master/examples/src/main/java/org/apache/mahout/classifier/sgd/TrainNewsGroups.java">TrainNewsGroups</a> example code.</p>
 <p><img alt="sgd class diagram" src="../../images/sgd-class-hierarchy.png" /></p>
 <h2 id="references">References</h2>
 <p>[1] <a href="http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&amp;language=en">Thesis of
@@ -346,6 +346,7 @@ Paul Komarek</a></p>
 <p>[2] <a href="http://blog.trifork.com/2014/02/04/an-introduction-to-mahouts-logistic-regression-sgd-classifier/">An Introduction To Mahout's Logistic Regression SGD Classifier</a></p>
 <h2 id="examples">Examples</h2>
 <p>[3] <a href="http://mahout.apache.org/users/classification/bankmarketing-example.html">SGD Bank Marketing Example</a></p>
+<p>[4] <a href="https://github.com/apache/mahout/blob/master/examples/bin/classify-20newsgroups.sh">SGD 20 newsgroups classification</a></p>
    </div>
   </div>     
 </div>