[
https://issues.apache.org/jira/browse/MAHOUT-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852011#comment-13852011
]
Pat Ferrel commented on MAHOUT-1288:
------------------------------------
Can what be moved to 1.0? The current github code works with 0.9 and has been
cleaned of unneeded duplicate code, thanks to changes Sebastian made to the
mapreduce version of the item based recommender used in the project.
The code isn't in the 0.9 codebase (and probably shouldn't be) you guys will
have to decide where to put it. Maybe some examples repo? As far as I'm
concerned you can reference my repo if you want. I'm using it for a fairly
extensive demo site.
If you are talking about a public code demo site, that has not been tasked. I'm
doing one that will probably not be a public repo since it relies on private
data.
> Create recommendation as search demo
> ------------------------------------
>
> Key: MAHOUT-1288
> URL: https://issues.apache.org/jira/browse/MAHOUT-1288
> Project: Mahout
> Issue Type: New Feature
> Reporter: Ted Dunning
> Fix For: 0.9
>
>
> The basic idea is that a recommendation engine can be deployed by doing
> off-line analysis to find anomalously cooccurring items and then indexing
> these items in a search engine. These anomalous items are considered
> indicators which are indexed using an ordinary text search engine.
> Recommendations are generated by querying the search engine using recent
> behavior as a query. Recommendations can be combined with geo filtering and
> text queries.
> See http://bit.ly/18vbbaT for a living design document.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)