Author: pat
Date: Sun Mar 8 17:16:37 2015
New Revision: 1665057
URL: http://svn.apache.org/r1665057
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=1665057&r1=1665056&r2=1665057&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 17:16:37 2015
@@ -4,7 +4,7 @@ Title: Recommender Quickstart
Recommenders have changed over the years. Mahout contains a long list of them,
which you can still use. But to get the best out of our more modern aproach
we'll need to think of the Recommender as a "model creation"
component—supplied by Mahout's new spark-itemsimilarity job, and a
"serving" component—supplied by a modern scalable search engine, like
Solr.
-
+
To integrate with your application you will collect user interactions storing
them in a DB and also in a from usable by Mahout. The simplest way to do this
is log interactions to csv files (user-id, item-id). The DB should be setup to
contain the last n user interactions, which will form part of the query for
recommendations.