python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to evaluate hashtag recommendation system using MAP@K and MAR@K?
I am working on building a hashtag recommendation system. I am looking into what are the best ways I can evaluate the system.
The problem statement is: For a given hashtag I need to recommend most rel...
Vishal Anand
Votes: 0
Answers: 1
Why does the result of ItemSimilarityJob lack some similarities of itemId-pair?
Given that I have the following ratings.csv
userId,itemId,rating
1,1,1
1,2,2
1,3,3
2,2,4
2,3,2
2,5,4
2,6,5
3,1,5
3,3,1
3,6,2
4,4,4
Using org.apache.mahout.cf.taste.hadoop.item.RecommenderJob, we have...
Lavender Lee
Votes: 0
Answers: 0