Updated books

2015-12-11 Thread FRANCISCO XAVIER SUMBA TORAL
Hi, I am learning about mahout and process text. So I started reading Mahout in Action [1], but its from 2011 and Taming Text [2] that is from 2012. I am asking for this, because the platform has new features and I would like to know if this books still been up to date. I can use the platform

Re: Updated books

2015-12-11 Thread FRANCISCO XAVIER SUMBA TORAL
; > https://www.packtpub.com/big-data-and-business-intelligence/apache-mahout-cookbook > > > > 2015-12-11 21:28 GMT-05:00 FRANCISCO XAVIER SUMBA TORAL < > > xavier.sumb...@ucuenca.ec>: > > > > > Hi, > > > > > > I am learning about mahout and

Re: Mahout out put to plot graph

2016-02-05 Thread FRANCISCO XAVIER SUMBA TORAL
Hello, Could you make your graphics in R? If you can could you explain which steps did you follow? Cheers, XS. > On Feb 2, 2016, at 11:25, Suet Lam Felix CHUNG wrote: > > I use Mahout to run various algorithms,e.g. kmeans, and then I would like > to use the result to plot graph. Im using R a

Error with web service call

2016-02-10 Thread FRANCISCO XAVIER SUMBA TORAL
Hi, I have built a workflow for clustering. I’d like to execute my workflow and show some files that the ws returned me back. I can execute with out problems my workflow in my local machine, but when I want to execute through my ws I got the following error message: Warning: StandardWrapper

Re: Error with web service call

2016-02-10 Thread FRANCISCO XAVIER SUMBA TORAL
e class loaders (LauncherClassLoader for my app and WebAppClassLoader for my ws). I don’t know why it s happening. Cheers. > On Feb 10, 2016, at 11:11, FRANCISCO XAVIER SUMBA TORAL > wrote: > > Hi, > > I have built a workflow for clustering. I’d like to execute my workflow a

Re: New Mahout "Samsara" Book

2016-02-25 Thread FRANCISCO XAVIER SUMBA TORAL
Awesome!! This book it’s mostly about Samsara. I’ll buy it. BTW do you know if there is an update of Mahout in Action? or Is it worth to buy now? It has not changed too much mahout or the approach its same with the actual implementation of mahout.

Clustering options

2016-05-21 Thread FRANCISCO XAVIER SUMBA TORAL
Hi, Since clustering algorithms are deprecated in mahout samsara. How can I make use of mahout to run a clustering algorithm. Basically, I use mahout to cluster paper's keywords. I take a bunch of keywords and I cluster them to find groups of related keywords. How can I update my code to mahout sa

Re: Clustering options

2016-05-23 Thread FRANCISCO XAVIER SUMBA TORAL
gh. > > depending on the level of sophistication you require, some of them are very > easy to build though. > > On Sat, May 21, 2016 at 8:46 PM, FRANCISCO XAVIER SUMBA TORAL < > xavier.sumb...@ucuenca.ec> wrote: > >> Hi, >> >> Since clustering algori

Re: Clustering options

2016-05-24 Thread FRANCISCO XAVIER SUMBA TORAL
ib is a > collection of algos, Mahout is an optimized tensor math engine with many > extensions and several algos. You can’t do the matrix A’B in MLlib because > it’s not an algo, it’s a bit of math—a very useful bit. > > > On May 23, 2016, at 8:10 PM, FRANCISCO XAVIER SUMBA TORAL