You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2014/01/21 22:02:02 UTC

svn commit: r1560185 - in /mahout/trunk: CHANGELOG examples/bin/README.txt

Author: ssc
Date: Tue Jan 21 21:02:01 2014
New Revision: 1560185

URL: http://svn.apache.org/r1560185
Log:
MAHOUT-1400 Remove references to deprecated and removed algorithms from examples scripts

Modified:
    mahout/trunk/CHANGELOG
    mahout/trunk/examples/bin/README.txt

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1560185&r1=1560184&r2=1560185&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Tue Jan 21 21:02:01 2014
@@ -2,6 +2,8 @@ Mahout Change Log
 
 Release 0.9 - unreleased
 
+  MAHOUT-1400: Remove references to deprecated and removed algorithms from examples scripts (ssc)
+
   MAHOUT-1396: Accidental use of commons-math won't work with next Hadoop 2 release (srowen)
 
   MAHOUT-1394: Undeprecate Lanczos (ssc)

Modified: mahout/trunk/examples/bin/README.txt
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/bin/README.txt?rev=1560185&r1=1560184&r2=1560185&view=diff
==============================================================================
--- mahout/trunk/examples/bin/README.txt (original)
+++ mahout/trunk/examples/bin/README.txt Tue Jan 21 21:02:01 2014
@@ -2,16 +2,8 @@ This directory contains helpful shell sc
 
 Here's a description of what each does:
 
-asf-email-examples.sh -- Recommend, classify and cluster the ASF Email Public Dataset, as hosted on Amazon (http://aws.amazon.com/datasets/7791434387204566).  Requires download.  Demonstrates a number of Mahout algorithms.
 classify-20newsgroups.sh -- Run SGD and Bayes classifiers over the classic 20 News Groups.  Downloads the data set automatically.
 cluster-reuters.sh -- Cluster the Reuters data set using a variety of algorithms.  Downloads the data set automatically.
 cluster-syntheticcontrol.sh -- Cluster the Synthetic Control data set.  Downloads the data set automatically.
 factorize-movielens-1m.sh -- Run the Alternating Least Squares Recommender on the Grouplens data set (size 1M).
-factorize-netflix.sh -- Run the ALS Recommender on the Netflix data set
-
-
-If you are looking for the build-* scripts (build-asf-email.sh, build-reuters.sh), they have been renamed to better signify what they do.  See https://issues.apache.org/jira/browse/MAHOUT-868 for more information.  These have been renamed to:
-
-build-asf-email.sh -> asf-email-examples.sh
-build-cluster-syntheticcontrol.sh -> cluster-syntheticcontrol.sh
-build-reuters.sh -> cluster-reuters.sh
+factorize-netflix.sh -- Run the ALS Recommender on the Netflix data set
\ No newline at end of file