| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
2734 (0.159s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...I understand the idea, but this boils down to the current implementation, plus going back and throwing out some additional training data that is lower rated -- it's neither in test or traini...
|
|
|
Author: Sean Owen,
2013-02-16, 21:34
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...If you're suggesting that you hold out only high-rated items, and then sample them, then that's what is done already in the code, except without the sampling. The sampling doesn't buy anythi...
|
|
|
Author: Sean Owen,
2013-02-16, 21:19
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...Sure, if you were predicting ratings for one movie given a set of ratings for that movie and the ratings for many other movies. That isn't what the recommender problem is. Here, the problem ...
|
|
|
Author: Sean Owen,
2013-02-16, 20:32
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...This is a good answer for evaluation of supervised ML, but, this is unsupervised. Choosing randomly is choosing the 'right answers' randomly, and that's plainly problematic. On Sat, F...
|
|
|
Author: Sean Owen,
2013-02-16, 20:15
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...Yes. But: the test sample is small. Using 40% of your data to test is probably quite too much. My point is that it may be the least-bad thing to do. What test are you proposing instead...
|
|
|
Author: Sean Owen,
2013-02-16, 19:37
|
|
|
Re: Problems with Mahout's RecommenderIRStatsEvaluator - Mahout - [mail # user]
|
|
...No, this is not a problem. Yes it builds a model for each user, which takes a long time. It's accurate, but time-consuming. It's meant for small data. You could rewrite your own test t...
|
|
|
Author: Sean Owen,
2013-02-16, 18:41
|
|
|
Re: Shopping cart - Mahout - [mail # user]
|
|
...Yes your only issue there, which I think you had touched on, was that you have to put your current cart (which hasn't been purchased) into the model in order to get an answer out of a recomm...
|
|
|
Author: Sean Owen,
2013-02-14, 19:44
|
|
|
Re: Shopping cart - Mahout - [mail # user]
|
|
...I don't think it's necessarily slow; this is how item-based recommenders work. The only thing stopping you from using Mahout directly is that I don't think there's an easy way to say "recomm...
|
|
|
Author: Sean Owen,
2013-02-14, 18:57
|
|
|
Re: Shopping cart - Mahout - [mail # user]
|
|
...This sounds like a job for frequent item set mining, which is kind of a special case of the ideas you've mentioned here. Given N items in a cart, which next item most frequently occurs in a ...
|
|
|
Author: Sean Owen,
2013-02-14, 17:45
|
|
|
Re: Improving quality of item similarities? - Mahout - [mail # user]
|
|
...Yes, I don't know if removing that data would improve results. It might mean you can compute things faster, at little or no observable loss in quality of the results. I'm not sure, but...
|
|
|
Author: Sean Owen,
2013-02-14, 10:17
|
|
|
|