There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.