This module adds two blocks:
- Recommended for you
- Users who browsed this node also browsed
Recommended for you
This block is a personal recommendation, based on what each user has read so far. The content is unique to every user. Will be the same on every page, but different users might see different things.
The "Recommended for you" block provide personalized node recommendations based on a user's node browsing history. The basic idea is that, for example, user A browsed node X, Y, where users who browsed X, Y also browsed W, V; then "Recommended for you" would display W, V for A.
Users who browsed this node also browsed
This block is node-based. The content changes on different pages, but it remains the same for all users on the same page.
To make the recommendations, the module uses the {history} table that keeps track of 30 days of users' node browsing history. Also, when you enable the "boost comments" option, the module then takes users' commenting history as browsing history as well.
Dependencies
This module requires Recommender API at http://drupal.org/project/recommender, which provides the core matrix computation functions. The recommendation quality/accuracy are the job of Recommender API. The algorithm in use is called "Item-to-item", which is also used by Amazon.com. For more details about the algorithm please refer to http://portal.acm.org/citation.cfm?id=642471
After install/enable/setup, please go to admin/settings/recommender to generate the recommendations offline.
After each update/upgrade, please run update.php.
Releases
The 7.x-1.x release supports #1180000: GSoC2011: Apache Mahout Integration, and is not compatible with the original PHP code. 6.x-2.x is D6 back port of 7.x-1.x using Mahout. 6.x-1.x is the original release using built-in PHP code to compute recommendations.
Downloads
Recommended releases
Other releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Maintenance fixes only
- Reported installs: 371 sites currently report using this module. View usage statistics.
- Last modified: September 9, 2011