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

svn commit: r1670143 - /mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext

Author: apalumbo
Date: Mon Mar 30 16:51:28 2015
New Revision: 1670143

URL: http://svn.apache.org/r1670143
Log:
Add links to examples for SGD

Modified:
    mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext?rev=1670143&r1=1670142&r2=1670143&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/classification/logistic-regression.mdtext Mon Mar 30 16:51:28 2015
@@ -104,7 +104,7 @@ so that you don't have to.
 
 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.
+[TrainNewsGroups](https://github.com/apache/mahout/blob/master/examples/src/main/java/org/apache/mahout/classifier/sgd/TrainNewsGroups.java) example code.
 
 ![sgd class diagram](../../images/sgd-class-hierarchy.png)
 
@@ -119,4 +119,5 @@ Paul Komarek](http://www.autonlab.org/au
 
 [3] [SGD Bank Marketing Example](http://mahout.apache.org/users/classification/bankmarketing-example.html)
 
+[4] [SGD 20 newsgroups classification](https://github.com/apache/mahout/blob/master/examples/bin/classify-20newsgroups.sh)