-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Item to Item recomendation #11
Comments
What you have done using tutorial.txt is recommendation with collaborative filtering using item to item correlation. By item to item recommendation, if you mean content based recommendation based on item feature similarity, you could follow the tutorial prod_similarity_tutorial.txt. |
OK I will check that, Thank you. |
Hello Pranab, |
Same input as you would give to the main map reduce SameTypeSimilarity. TextAnalyzer is a pre processor for any text attribute that you may have. It does normalization of text data i.e. stemming . stop word removal etc. This blog has the details |
Hello Pranab,
This recommendation is user to item recommendation. Now I wan to develop Item to Item recommendation i.e. recommendation for similar products .Can you help me with this? What should I refer from your tutorial?
The text was updated successfully, but these errors were encountered: