Fork me on GitHub

Stock Recommendation Module

Introduction

This module offers recommendations of purchase or reservation to users of the Stock plugin. It uses machine leaning technologies provided by the Apache Mahout library.

The recommendation principle is based on buying similarities with other users. The products offered are those that the user does not yet have while they have been retained by users having made orders close.

The recommendation XPage

This module provides an XPage available at the following URL :

jsp/site/Portal.jsp?page=recommendation
                    

The Page Include

To use the Page Include provided, you only have to had the bookmark ${recommendations} into your HTML template where the list of recommended products should appear for the currently connected user.