| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
2734 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...Of course it's not meaningless. They provide a basis for ranking items, so you can return top-K recommendations. If it's normally based on similarity and ratings -- and you have no ratings -...
|
|
|
Author: Sean Owen,
2013-04-16, 14:40
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...In the usual recommender, the output is a weighted average of ratings. In a model where there are no ratings, this has no meaning -- everything is "1" implicitly. So the output is something ...
|
|
|
Author: Sean Owen,
2013-04-16, 14:09
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...That shouldn't be possible, are you sure? it's 1 - 1/(1+LLR) where LLR is nonnegative. Similarities are in [-1,1] and some are in [0,1]. On Tue, Apr 16, 2013 at 2:51 PM, Agata Filiana ...
|
|
|
Author: Sean Owen,
2013-04-16, 13:58
|
|
|
Re: Boosting User-Based with the user's attributes - Mahout - [mail # user]
|
|
...Broadly the idea makes sense, but I think this is getting into hacking heuristics together without a lot of principle. The result will probably work, and you can just proceed as you say -- m...
|
|
|
Author: Sean Owen,
2013-04-16, 10:30
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...The JVM can only do this sort of thing if the object doesn't escape scope -- totally local. This wouldn't be possible here. On Mon, Apr 15, 2013 at 12:55 AM, Ted Dunning wrote:...
|
|
|
Author: Sean Owen,
2013-04-15, 00:01
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...Yeah you have to have a clone() or copy constructor or something. Add that? that solves the other problem. At least, that's the intent and it is an option. If you need the value to be ...
|
|
|
Author: Sean Owen,
2013-04-12, 19:37
|
|
|
Re: Odd vector iteration behavior - Mahout - [mail # dev]
|
|
...I'm sure I did (at least much of) the AbstractIterator change so blame me... but I think the pattern itself is just fine. It's used in many places in the project. Reusing the value object is...
|
|
|
Author: Sean Owen,
2013-04-12, 19:22
|
|
|
Re: log-likelihood ratio value in item similarity calculation - Mahout - [mail # user]
|
|
...Yes that's true, it is more usually bits. Here it's natural log / nats. Since it's unnormalized anyway another constant factor doesn't hurt and it means not having to change the base. ...
|
|
|
Author: Sean Owen,
2013-04-12, 08:10
|
|
|
Re: log-likelihood ratio value in item similarity calculation - Mahout - [mail # user]
|
|
...Yes I also get (er, Mahout gets) 117 (116.69), FWIW. I think the second question concerned counts vs relative frequencies sum or not. For a fixed set of observations that does change t...
|
|
|
Author: Sean Owen,
2013-04-11, 22:01
|
|
|
Re: Is Mahout the right tool to recommend cross sales? - Mahout - [mail # user]
|
|
...You can actually create a "user" #6 for your new order. Or you can use the "anonymous user" function of the library, although it's hacky. We may be mixing up terms here. "DataModel" is...
|
|
|
Author: Sean Owen,
2013-04-11, 21:42
|
|
|
|