You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by fr...@apache.org on 2014/08/15 12:22:25 UTC

svn commit: r1618142 - /mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext

Author: frankscholten
Date: Fri Aug 15 10:22:25 2014
New Revision: 1618142

URL: http://svn.apache.org/r1618142
Log:
Typos

Modified:
    mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext?rev=1618142&r1=1618141&r2=1618142&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/classification/bankmarketing-example.mdtext Fri Aug 15 10:22:25 2014
@@ -36,7 +36,7 @@ The data can be found at 
 
 ### Code details
 
-This eaxmple consists of 3 classes:
+This example consists of 3 classes:
 
   - BankMarketingClassificationMain
   - TelephoneCall
@@ -44,4 +44,4 @@ This eaxmple consists of 3 classes:
 
 When you run the main method of BankMarketingClassificationMain it parses the dataset using the TelephoneCallParser and trains
 a logistic regression model with 20 runs and 20 passes. The TelephoneCallParser uses Mahout's feature vector encoder
-to encode the features in the dataset into a vector. Afterwards the model is tested and the learning rate and AUC is printed ccuracy is printed to standard output.
\ No newline at end of file
+to encode the features in the dataset into a vector. Afterwards the model is tested and the learning rate and AUC is printed accuracy is printed to standard output.
\ No newline at end of file