Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 237 Bytes

Recommendation Engine

An item-based recommender model that computes cosine similarity for each item pairs using the item factors matrix generated by Spark MLlib’s ALS algorithm and recommends top 5 items based on the selected item.