Author: pat
Date: Sun Mar  8 20:57:27 2015
New Revision: 1665077

URL: http://svn.apache.org/r1665077
Log:
CMS commit to mahout by pat

Modified:
    mahout/site/mahout_cms/trunk/content/users/recommender/quickstart.mdtext

Modified: 
mahout/site/mahout_cms/trunk/content/users/recommender/quickstart.mdtext
URL: 
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/recommender/quickstart.mdtext?rev=1665077&r1=1665076&r2=1665077&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/recommender/quickstart.mdtext 
(original)
+++ mahout/site/mahout_cms/trunk/content/users/recommender/quickstart.mdtext 
Sun Mar  8 20:57:27 2015
@@ -12,6 +12,8 @@ Mahout's spark-itemsimilarity will creat
 
 When your application needs recommendations for a specific person, get the 
latest user history of interactions from the DB and query the indicator 
collection with this history. You will get back an ordered list of item-ids. 
These are your recommendations. You may wish to filter out any that the user 
has already seen but that will depend on your use case.
 
+All ids for users and items are as preserved as string tokens and so work as 
an external key in DBs or as doc ids for search engines, they also work as 
tokens for search queries.
+
 ##References
 
 1. A free ebook, which talks about the general idea: [Practical Machine 
Learning](https://www.mapr.com/practical-machine-learning)
@@ -20,6 +22,6 @@ When your application needs recommendati
 and  [What's New in Recommenders: part 
#2](http://occamsmachete.com/ml/2014/09/09/mahout-on-spark-whats-new-in-recommenders-part-2/)
 3. A post describing the loglikelihood ratio:  [Surprise and 
Coinsidense](http://tdunning.blogspot.com/2008/03/surprise-and-coincidence.html)
  LLR is used to reduce noise in the data while keeping the calculations O(n) 
complexity.
 
-##Mahout Jobs
+##Mahout Model Creation
 
 See the page describing 
[*spark-itemsimilarity*](http://mahout.apache.org/users/recommender/intro-cooccurrence-spark.html)
 for more details.
\ No newline at end of file


Reply via email to