Content based recommendation on Mahout
Is it possible to get recommendation on similar product using Mahout ?
eg :
I have data set of movies with following attributes
Movie_name, Actor_1, Actor_2, Actress_1, Actress_2, Director, Theme, Language
Now given a Movie_name the system should recommend top 3 similar movies based on the attributes .
Can this be done using Mahout. If yes how ?
Topic apache-mahout python recommender-system
Category Data Science