| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
2762 (0.045s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Vectors with 64bit indices? - Mahout - [mail # dev]
|
|
...I use 64-bit keys for vector-like data structures, and indeed you may pay a cost in extra RAM, but it has a lot of benefits in simplicity mostly, and making the probability of hash collision...
|
|
|
Author: Sean Owen,
2013-06-19, 17:25
|
|
|
Re: Does RowSimilarity job support down-sampling - Mahout - [mail # dev]
|
|
...No, it's in ItemSimilarityJob -- I'm looking at it now. It ends up setting ToItemVectorsMapper.SAMPLE_SIZE, if that helps. On Tue, Jun 18, 2013 at 9:43 PM, Ted Dunning wrote:...
|
|
|
Author: Sean Owen,
2013-06-18, 20:47
|
|
|
Re: Does RowSimilarity job support down-sampling - Mahout - [mail # dev]
|
|
...This is the "maxPrefsPerUser" option IIRC. On Tue, Jun 18, 2013 at 9:27 PM, Ted Dunning wrote:...
|
|
|
Author: Sean Owen,
2013-06-18, 20:34
|
|
|
Re: Negative Preferences in a Recommender - Mahout - [mail # user]
|
|
...I'm suggesting using numbers like -1 for thumbs-down ratings, and then using these as a positive weight towards 0, just like positive values are used as positive weighting towards 1. M...
|
|
|
Author: Sean Owen,
2013-06-18, 15:35
|
|
|
Re: Negative Preferences in a Recommender - Mahout - [mail # user]
|
|
...Yes the model has no room for literally negative input. I think that conceptually people do want negative input, and in this model, negative numbers really are the natural thing to express t...
|
|
|
Author: Sean Owen,
2013-06-18, 07:13
|
|
|
Re: Mahout compatibility with Hadoop - Mahout - [mail # user]
|
|
...Yes you have to refer to the 'mrv1' artifacts if I recall correctly, if you use CDH4. You are talking about CDH3, which is different. On Mon, Jun 17, 2013 at 3:23 PM, wrote:...
|
|
|
Author: Sean Owen,
2013-06-17, 14:28
|
|
|
Re: Mahout compatibility with Hadoop - Mahout - [mail # user]
|
|
...CDH3 has 0.5 + patches, CDH4 has 0.7 + patches. I suppose the good news there is that recent versions must work OK with Hadoop 2.x, since CDH4 = Hadoop 2. (I didn't suspect otherwise.)...
|
|
|
Author: Sean Owen,
2013-06-17, 14:03
|
|
|
Re: Mahout compatibility with Hadoop - Mahout - [mail # user]
|
|
...Is it compatible with any Hadoop release? of course, would it make sense if not? I'm not sure where you get this idea. 0.5 was, I think, compiled vs 0.20.x. The last release was vs 1.0.3 or ...
|
|
|
Author: Sean Owen,
2013-06-17, 13:53
|
|
|
Re: A few more deprecations - Mahout - [mail # dev]
|
|
...I agree, they're not efficient to apply and aren't frequently applied these days. You'd more usually pick techniques that aren't sensitive to popularity effects and mean/stdev of data.  ...
|
|
|
Author: Sean Owen,
2013-06-13, 19:59
|
|
|
Re: Running Mahout recommendations on a Cassandra data set - Mahout - [mail # user]
|
|
...This is more of a Hadoop question. The input hides behind the InputFormat implementation. If you have an InputFormat that can read and produce the same key-value pairs that you'd get from a ...
|
|
|
Author: Sean Owen,
2013-06-12, 09:48
|
|
|
|