I am implementing recommendation techniques in Mahout. However, I have a
requirement for a custom evaluation metrics other than predefined or
built-in ones. So,
Q: Can someone please point me to sample custom Evaluator or metric
implementation in Mahout?
Thanks
Vikas
at 6:46 PM, Pat Ferrel wrote:
> Evaluation metric? You mean like the old recommender evaluator? I’d use
> MAP mean average precision, but none are implemented in the new Spark
> recommender code.
>
> On Mar 2, 2015, at 3:12 PM, Vikas Kumar wrote:
>
> I am implementing reco
Hello All,
Can someone please guide me to an example of Spectral Clustering in Mahout
which uses NamedVectors?
Thanks
Vikas
Hello,
I am using Mahout Spectral clustering example which internally calls a map
reduce job. Right now, it is using */tmp/hadoop-/mapred/..*
directory by default for its operations.
Can someone please let me know how to make mahout to use a different path?
Thanks
Vikas
/file/export/scratch/vikas/<<<<
PRIVATE DIRECTORIES>>>>>/tmp/calculations/vector
Thanks
Vikas
On Wed, Apr 1, 2015 at 12:55 AM, Andrew Musselman <
andrew.mussel...@gmail.com> wrote:
> Can you let us know which code/scripts you're using?
>
> On T
ich code/scripts you're using?
> >
> > On Tuesday, March 31, 2015, Vikas Kumar wrote:
> >
> > > Hello,
> > >
> > > I am using Mahout Spectral clustering example which internally calls a
> > map
> > > reduce job. Right now, it is usi
;<<>>>>/tmp/calculations-work--3390146237769593830 with rwxr-xr-x
It seems like I just require to set the right resource (Path or string) in
the Configuration object passed as the parameter of the Spectral
Clustering. But not able to figure out which one.
Thanks
On Wed, Apr 1, 2015 at 1:43
MapReduce jobs like
> MatrixDiagnolizeJob, VectorMatrixMultiplicationJob, SSVD.
> So ensure that you are passing common parameters like tempDir, outputDir
> etc via Configuration across the jobs.
>
> Shannon could help better here.
>
> On Wed, Apr 1, 2015 at 3:21 AM, Vikas Kumar