Items-For-User Recommendations
Items-for-user recommendations use the Recommend Items for User query stage to present items that are similar to ones in which the user has previously shown interest, based on the user’s search history, browsing history, purchase history, and so on. This is one type of collaborative recommendation.
If you have enabled signals and recommendations for a collection, then two default jobs are already created and configured to produce items-for-user recommendations:
-
COLLECTION_NAME_item_recommendations
, an ALS Recommender jobThe output of this job is used by the Recommend Items for Item query stage.
ALS Recommender job is deprecated in Fusion 5.2.0. Use the BPR Recommender job instead. -
COLLECTION_NAME_bpr_item_recs
, a BPR Recommender jobThis is the recommended job type; it produces better results with a shorter runtime than the ALS job. Download the
APPName_item_item_rec_pipelines_bpr.json
file and import it to create the query pipeline that consumes this job’s output. See Fetch Items-for-User Recommendations (Collaborative/BPR Method) for details.