Re: dssvd documentation

2019-02-28 Thread Alexander Lindsay
Great! Thanks Trevor for the very fast turnaround! Alex On Thu, Feb 28, 2019 at 12:09 PM Trevor Grant wrote: > looks good now, thanks for the call out. > tg > > > On Thu, Feb 28, 2019 at 1:28 PM Trevor Grant > wrote: > > > I updated it - but Jenkins is what builds the site, and there are some

Re: dssvd documentation

2019-02-28 Thread Trevor Grant
looks good now, thanks for the call out. tg On Thu, Feb 28, 2019 at 1:28 PM Trevor Grant wrote: > I updated it - but Jenkins is what builds the site, and there are some > issues with that right now, so not sure when it will update teh website. > > tg > > > On Thu, Feb 28, 2019 at 1:15 PM

Re: dssvd documentation

2019-02-28 Thread Trevor Grant
I updated it - but Jenkins is what builds the site, and there are some issues with that right now, so not sure when it will update teh website. tg On Thu, Feb 28, 2019 at 1:15 PM Trevor Grant wrote: > It is... > > I'll go see if i can fix it. > > > On Thu, Feb 28, 2019 at 1:13 PM Alexander

Re: dssvd documentation

2019-02-28 Thread Trevor Grant
It is... I'll go see if i can fix it. On Thu, Feb 28, 2019 at 1:13 PM Alexander Lindsay wrote: > Hi, I'm very interested in your distributed stochastic singular value > decomposition algorithm. I'm curious whether the math here > < >

dssvd documentation

2019-02-28 Thread Alexander Lindsay
Hi, I'm very interested in your distributed stochastic singular value decomposition algorithm. I'm curious whether the math here is supposed to be rendered? Alex

Mahout item based recommender help documentation

2015-12-02 Thread Weiqing Jin
Hi, I am new to Mahout. I am using Mahout on Cloudera CDH5.3. I believe it has  version 0.9.Wondering how can I get help documentation. Specifically I am trying to use item based recommender algorithm(as below). I downloaded the Mahout 0.9 distribution files, but not able to find help

Re: Mahout item based recommender help documentation

2015-12-02 Thread Suneel Marthi
.9.Wondering how can I get help documentation. Specifically I > am trying to use item based recommender algorithm(as below). I downloaded > the Mahout 0.9 distribution files, but not able to find help > specifically on below function, such as what does parameter mean for > --numRecommen

Re: Documentation

2015-02-16 Thread Pat Ferrel
The new Mahout recommender code doesn’t attempt to predict ratings at all. It tries to predict which items are of most interest to users. Ratings are a bit of a red herring. If you want to learn about recommenders the old Mahout in Action text is out of date so I wouldn’t follow that as a

Re: Documentation

2015-02-16 Thread Eugenio Tacchini
Hello, I was just referring to prediction in its classical meaning: you have a set of ratings (users rate items) and you want to predict one of the missing ratings e.g. P(User A, Item 23). Eugenio 2015-02-13 21:04 GMT+01:00 Pat Ferrel p...@occamsmachete.com: spark-rowsimilarity will give you a

Re: Documentation

2015-02-13 Thread Ted Dunning
On Fri, Feb 13, 2015 at 9:37 AM, Eugenio Tacchini eugenio.tacch...@gmail.com wrote: If I need to use a classical user-based technique, however, the only alternative is the Taste-oriented code, am I right? Right. Still, I can't see how to perform a prediction for a a user/item couple, is

Re: Documentation

2015-02-13 Thread Pat Ferrel
spark-rowsimilarity will give you a list of similar users (rows in the interaction matrix) using LLR with several downsampling options. This works with rows for input but you can input elements with a little custom code to get exactly the same result. Let me understand the second part of your

Re: Documentation

2015-02-12 Thread John Hofmann
You're not missing any secret cache of mahout documentation as far as I know. I learned what the recommender options were by looking through the source code. They're spelled out there. If you know any C-based languages you can navigate the code pretty easily but expect to spend some time

Re: Documentation

2015-02-12 Thread Pat Ferrel
cache of mahout documentation as far as I know. I learned what the recommender options were by looking through the source code. They're spelled out there. If you know any C-based languages you can navigate the code pretty easily but expect to spend some time getting familiar with the repo. The other

RE: api and documentation

2014-12-01 Thread ARROYO MANCEBO David
I want to code a user based recommender :) -Mensaje original- De: Pat Ferrel [mailto:p...@occamsmachete.com] Enviado el: viernes, 28 de noviembre de 2014 17:51 Para: user@mahout.apache.org Asunto: Re: api and documentation You may not need the API since several methods are supported

api and documentation

2014-11-28 Thread ARROYO MANCEBO David
Hi mahouters, Where are documentation about of the API and his use? (classes, methods, data types, purposes...) I need to know all about collaboration filtering for build recommenders Thanks.

Re: api and documentation

2014-11-28 Thread Pat Ferrel
engine) but is more difficult to integrate than #1 or #2. Uses your own ids and reads csv files. Pick a recommender we can go from there. On Nov 28, 2014, at 4:46 AM, ARROYO MANCEBO David david.arr...@altran.com wrote: Hi mahouters, Where are documentation about of the API and his use? (classes

Re: 回复: Mahout documentation

2014-11-03 Thread Sean Farrell
So does that mean there is no additional documentation then? And yes I tried Google as a first step, but no luck (and the point of documentation is to remove the need to dig through source code!) Sent from my iPhone On 3 Nov 2014, at 6:29 pm, sleefd sle...@gmail.com wrote: just go and read

Re: 回复: Mahout documentation

2014-11-03 Thread Suneel Marthi
There is no online documentation for each of the algorithm parameters, AFAIK. The only documentation would be the MiA book which covers details about the algorithms and parameters (without having to look at the code). On Mon, Nov 3, 2014 at 3:49 AM, Sean Farrell drsafarr...@gmail.com wrote: So

Re: Mahout documentation

2014-11-03 Thread Donni Khan
on the internet. 从三星移动设备发送 原始邮件 发件人: Sean Farrell drsafarr...@gmail.com 日期:2014-11-03 PM12:45 (GMT+08:00) 收件人: user@mahout.apache.org 主题: Mahout documentation Hi, Is there a repository somewhere of documentation that explains what each of the parameters in each

Re: 回复: Mahout documentation

2014-11-03 Thread Sean Farrell
: There is no online documentation for each of the algorithm parameters, AFAIK. The only documentation would be the MiA book which covers details about the algorithms and parameters (without having to look at the code). On Mon, Nov 3, 2014 at 3:49 AM, Sean Farrell drsafarr...@gmail.com wrote: So does

Mahout documentation

2014-11-02 Thread Sean Farrell
Hi, Is there a repository somewhere of documentation that explains what each of the parameters in each of the Mahout algorithms does? In my search for more detailed documentation I found a number of links to a Mahout wiki site that no longer seems to exist. Does anyone know where this wiki has

回复: Mahout documentation

2014-11-02 Thread sleefd
: user@mahout.apache.org 主题: Mahout documentation Hi, Is there a repository somewhere of documentation that explains what each of the parameters in each of the Mahout algorithms does? In my search for more detailed documentation I found a number of links to a Mahout wiki site that no longer seems

Mahout documentation

2014-10-30 Thread Sean Farrell
Hi, I'm new to Mahout and am currently coming to grips with the various algorithms. Is there a repository somewhere of documentation that explains what each of the parameters in each of the algorithms does? I know there is a basic helpfile for each task, but I'm looking for something a bit more

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-22 Thread tuxdna
] and here [2]. I hope this is helpful for website documentation. Regards, Saleem [1] https://svn.apache.org/repos/asf/openjpa/site/trunk/instructions.mdtext [2] https://gist.github.com/tuxdna/11178000

Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread tuxdna
I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout project use any tool to generate website documentation as it is now http://mahout.apache.org ? * Suppose I want to add some

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Pat Ferrel
to allow edits and new pages from anyone pending approval to publish? On Apr 17, 2014, at 4:47 AM, tuxdna tux...@gmail.com wrote: I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Andrew Musselman
approval to publish? On Apr 17, 2014, at 4:47 AM, tuxdna tux...@gmail.com wrote: I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout project use any tool to generate website

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Sebastian Schelter
pending approval to publish? On Apr 17, 2014, at 4:47 AM, tuxdna tux...@gmail.com wrote: I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout project use any tool

Re: Is there any website documentation repository or tool for Apache Mahout?

2014-04-17 Thread Adam Ilardi
— Sent from Mailbox for iPhone On Thu, Apr 17, 2014 at 7:47 AM, tuxdna tux...@gmail.com wrote: I have seen the instructions here[1], but I am not sure if there is any source-code for the documentation for website. So here are my questions: * Does Apache Mahout project use any tool

RE: Documentation, Documentation, Documentation

2014-04-14 Thread Martin, Nick
[mailto:s...@apache.org] Sent: Sunday, April 13, 2014 7:49 AM To: user@mahout.apache.org; d...@mahout.apache.org Subject: Documentation, Documentation, Documentation Hi, this is another reminder that we still have to finish our documentation improvements! The website looks shiny now and there have

Documentation, Documentation, Documentation

2014-04-13 Thread Sebastian Schelter
Hi, this is another reminder that we still have to finish our documentation improvements! The website looks shiny now and there have been lots of discussions about new directions but we still have some work todo in cleaning up webpages. We should especially make sure that the examples work

Documentation, documentation, documentation

2014-03-22 Thread Sebastian Schelter
Hi, It's great to see a lot of work being spent on cleaning up the website. I think we have already done a great job here, but there are still a few more pages that need work. I created a jira issue for every single page that needs some work, would be awesome if we could find enough

Re: Documentation, documentation, documentation

2014-03-22 Thread Andrew Musselman
+10 On Mar 22, 2014, at 8:06 AM, Sebastian Schelter s...@apache.org wrote: Hi, It's great to see a lot of work being spent on cleaning up the website. I think we have already done a great job here, but there are still a few more pages that need work. I created a jira issue for every

Re: Documentation, documentation, documentation

2014-03-22 Thread Pavan Kumar N
i have already added canopy vlustering cleansing as part of jira 1450 .. also created new issue for adding streaming kmeans . On Mar 22, 2014 8:37 PM, Sebastian Schelter s...@apache.org wrote: Hi, It's great to see a lot of work being spent on cleaning up the website. I think we have already

Re: Documentation, documentation, documentation

2014-03-22 Thread Sebastian Schelter
Sry, I seem to have overlooked this. Could you move the cleanings of canopy to 1471? Thank you. On 03/22/2014 04:54 PM, Pavan Kumar N wrote: i have already added canopy vlustering cleansing as part of jira 1450 .. also created new issue for adding streaming kmeans . On Mar 22, 2014 8:37 PM,

Re: Documentation, documentation, documentation

2014-03-22 Thread Pavan Kumar N
will do sebastian On Mar 22, 2014 9:30 PM, Sebastian Schelter s...@apache.org wrote: Sry, I seem to have overlooked this. Could you move the cleanings of canopy to 1471? Thank you. On 03/22/2014 04:54 PM, Pavan Kumar N wrote: i have already added canopy vlustering cleansing as part of

Re: Documentation for ParallelALSFactorizationJob

2012-11-13 Thread Kris Jack
What are the equations to estimate how much RAM is required for the mappers and reducers in the ParallelALSFactorizationJob steps? I don't think that I'm alone in asking having this kind of question. It would probably be useful to include such estimates in the documents and in the code too as

Re: Documentation for ParallelALSFactorizationJob

2012-11-13 Thread Sebastian Schelter
Hi Kris, ALS factorizes your input matrix A (users x items) into two smaller, dense matrices: U (users x features) and M (features x items). Best, Sebastian On 13.11.2012 13:12, Kris Jack wrote: What are the equations to estimate how much RAM is required for the mappers and reducers in the

Re: Documentation for ParallelALSFactorizationJob

2012-11-12 Thread Kris Jack
Thanks guys, I've got that working now. I was interested to find that there is code that helps to evaluate the results of AWS. Out of interest, is there similar code in Mahout that helps with evaluating matrix multiplication (e.g. org.apache.mahout.cf.taste.hadoop.item.RecommenderJob)? Best,

Re: Documentation for ParallelALSFactorizationJob

2012-11-12 Thread Sebastian Schelter
Hi Kris, There is no such code. You can partially built that from what we have. You can use ItemSimilarityJob to compute item similarities, load the results into the non-distributed recommenders using a FileDataModel and do the evaluation there. Best, Sebastian On 12.11.2012 16:42, Kris Jack

Re: Documentation for ParallelALSFactorizationJob

2012-10-18 Thread Sean Owen
implementations (code org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob) a try and have a few basic questions. I can't find much documentation about how to run it so can someone please point me in the right direction? I'd like to know: 1) is there any code that helps selecting

Re: Documentation for ParallelALSFactorizationJob

2012-10-18 Thread Sebastian Schelter
I don't know if there is code, probably not, but conceptually that is all that it involves. Once you factorized your interaction matrix, you can use org.apache.mahout.cf.taste.hadoop.als.RecommenderJob to compute recommendations in parallel. Best, Sebastian

Documentation for ParallelALSFactorizationJob

2012-10-17 Thread Kris Jack
Hi all, I'm giving one of the distributed matrix factorisation implementations (code org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob) a try and have a few basic questions. I can't find much documentation about how to run it so can someone please point me in the right direction

Re: LDA clustering documentation (mahout-07-snapshot)

2012-04-13 Thread antonio d'agata
Thanks for answering me, i don't get error, but the output file doesn't show me the documents ID. (50 topics set) {0:0.002547369011977743,1:0.00233198734746577,2:0.0027053304459988474,,46:0.002681078237741154,47:0.0022995728183704102,48:0.0023898609263648157,49:0.0025577382030260733}

Re: LDA clustering documentation (mahout-07-snapshot)

2012-04-13 Thread antonio d'agata
Hi Jake, before I didn't understand what you are meaning. I tried the command cvb as (N.B. for now I'm working without hadoop): *mahout cvb -i DB-vectors/tfidf-vectors -dict DB-vectors/dictionary.file-0 -o DB-CVB-output -dt DB-CVB-document -k 50 -mt DB-CVB-states -x 10 -tf 0.2* but it gives me

LDA clustering documentation (mahout-07-snapshot)

2012-04-12 Thread antonio d'agata
Dear users, I'm trying to use lda clustering algorithm by command line (using mahout-07-snapshot) and I was able to get the topics (as text file containing the top words) but I need also to get the documents id associated to the calculated topics. I tried this commands: mahout vectordump -i

Re: LDA clustering documentation (mahout-07-snapshot)

2012-04-12 Thread Jake Mannix
Hi Antonio, Are you using the new LDA (invoked via $MAHOUT_HOME/bin/mahout cvb args, or by invoking the class org.apache.mahout.clustering.lda.cvb.CVB0Driver manually)? If so, then your first command should work fine: mahout vectordump -i DB-LDA-clusters/docTopics/part-m-0 -o

Documentation error for GenericUserPreferenceArray?

2012-02-27 Thread Don Smith
The documentation for GenericUserPreferenceArray says Like {@link GenericItemPreferenceArray} but stores preferences for one user (all user IDs the same) rather than one item. Further on it says, This implementation maintains two parallel arrays, of user IDs and values. Should that end

Re: Documentation error for GenericUserPreferenceArray?

2012-02-27 Thread Sean Owen
Definitely a typo in the second passage. Ill fix when I get home unless someone beats me to it. On Feb 27, 2012 3:35 PM, Don Smith dsm...@likewise.com wrote: The documentation for GenericUserPreferenceArray says Like {@link GenericItemPreferenceArray} but stores preferences for one user (all

Re: Documentation

2011-11-18 Thread Isabel Drost
On 16.11.2011 Ted Dunning wrote: One thing that you can do is to point out the problems and even suggest or provide some improvements. Your eyes are still new and thus will see problems more clearly than ours. One thing to note: Most of the Mahout documentation is online in our wiki

Documentation

2011-11-15 Thread David Kincaid
I'm very new to Mahout and trying to learn starting with the classification algorithms since I have an application for it. I've got the book Mahout in Action and am working through chapter 14. This book is excellent, but I have to say the Mahout documentation has some real shortcomings. Especially

Re: Documentation

2011-11-15 Thread Ted Dunning
with the classification algorithms since I have an application for it. I've got the book Mahout in Action and am working through chapter 14. This book is excellent, but I have to say the Mahout documentation has some real shortcomings. You are correct. It does have some real shortcomings. Especially

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-08-05 Thread Ted Dunning
For small problems, you can even retain the training data in memory for maximum speed. On Fri, Aug 5, 2011 at 9:59 PM, Xiaobo Gu guxiaobo1...@gmail.com wrote: Hi Stanley, Can you help with this: You might encode the feature to vector and serialize them to the file system by MapReduce to

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-20 Thread Ted Dunning
There are a few others as well. From the code, there are these: public void setInterval(int interval) public void setInterval(int minInterval, int maxInterval) public void setPoolSize(int poolSize) public void setThreadCount(int threadCount) public void setAucEvaluator(OnlineAuc auc)

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-19 Thread Xiaobo Gu
Hi Ted, Are interval, averagingWindow, thread count, and prior Fuction the only four tuneable options of AdaptiveLogisticRegression? Regards, Xiaobo Gu On Tue, May 10, 2011 at 11:26 PM, Ted Dunning ted.dunn...@gmail.com wrote: In the meantime, look at building your own command line tool for

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-17 Thread Xiaobo Gu
I have write a command line program proto type for RunAdaptiveLogistic, 1. How can I make it invokeable from mahout 2. Can you help to fine tune the AdaptiveLogisticRegression creating and settings to make it make sense. On Tue, May 10, 2011 at 11:30 PM, Ted Dunning ted.dunn...@gmail.com

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-17 Thread Xiaobo Gu
On Sun, May 8, 2011 at 4:22 AM, Ted Dunning ted.dunn...@gmail.com wrote: You can't do that directly. You can use the http address of the file in HDFS. What's the HTTP URL for a example file named /data/gpwext/data.csv HTTP://namenode:8020/data/gpwext/data.csv? Note also that trainlogistic

RE: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-10 Thread XiaoboGu
-Original Message- From: Ted Dunning [mailto:ted.dunn...@gmail.com] Sent: Sunday, May 08, 2011 4:23 AM To: user@mahout.apache.org Subject: Re: Is any more detailed documentation aout the sgd logistic regression example. You can't do that directly. You can use the http

RE: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-10 Thread XiaoboGu
-Original Message- From: Ted Dunning [mailto:ted.dunn...@gmail.com] Sent: Thursday, May 05, 2011 11:22 PM To: user@mahout.apache.org Subject: Re: Is any more detailed documentation aout the sgd logistic regression example. On Thu, May 5, 2011 at 7:48 AM, Xiaobo Gu guxiaobo1

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-10 Thread Ted Dunning
In the meantime, look at building your own command line tool for AdaptiveLogisticRegression. On Tue, May 10, 2011 at 8:25 AM, Ted Dunning ted.dunn...@gmail.com wrote: Go for it. Produce a JIRA and a patch. On Tue, May 10, 2011 at 8:19 AM, XiaoboGu guxiaobo1...@gmail.com wrote: Can you

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-10 Thread Ted Dunning
Great idea. Why don't you implement something like what you need? Others will be happy to contribute improvements. On Tue, May 10, 2011 at 8:26 AM, XiaoboGu guxiaobo1...@gmail.com wrote: There isn't a good command line for this, largely because it is difficult to describe how to convert

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-07 Thread Ted Dunning
Huh? What program are you talking about? On Fri, May 6, 2011 at 9:36 PM, Xiaobo Gu guxiaobo1...@gmail.com wrote: 2. In production mode, don't use csv, you will find most of the time spent are on parse the csv data and hash them to features. You might encode the feature to vector and

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-07 Thread Xiaobo Gu
trainlogistic and runlogistic 2011/5/7, Ted Dunning ted.dunn...@gmail.com: Huh? What program are you talking about? On Fri, May 6, 2011 at 9:36 PM, Xiaobo Gu guxiaobo1...@gmail.com wrote: 2. In production mode, don't use csv, you will find most of the time spent are on parse the csv

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-07 Thread Ted Dunning
You can't do that directly. You can use the http address of the file in HDFS. Note also that trainlogistic and runlogistic are intended pretty much only for simple demonstration purposes. For large scale data, you should use AdaptiveLogisticRegression 2011/5/7 Xiaobo Gu guxiaobo1...@gmail.com

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-06 Thread Xiaobo Gu
On Thu, May 5, 2011 at 11:21 PM, Ted Dunning ted.dunn...@gmail.com wrote: On Thu, May 5, 2011 at 7:48 AM, Xiaobo Gu guxiaobo1...@gmail.com wrote: On Thu, May 5, 2011 at 10:40 PM, Stanley Xu wenhao...@gmail.com wrote: 1. You could use the command line to add shape as category features, it

Fwd: Is any more detailed documentation aout the sgd logistic regression example.

2011-05-05 Thread Xiaobo Gu
: Is any more detailed documentation aout the sgd logistic regression example. Can you be more specific about what you have and what you want? The book Mahout in Action provides quite a lot of details with sample code for a server farm. The TrainNewsGroups example provides code

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-26 Thread Xiaobo Gu
: Xiaobo Gu Subject: Re: Is any more detailed documentation aout the sgd logistic regression example. Can you be more specific about what you have and what you want? The book Mahout in Action provides quite a lot of details with sample code for a server farm. The TrainNewsGroups example provides

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-21 Thread Ted Dunning
From: Ted Dunning [mailto:ted.dunn...@gmail.com] Sent: Wednesday, April 13, 2011 1:02 AM To: user@mahout.apache.org Cc: Xiaobo Gu Subject: Re: Is any more detailed documentation aout the sgd logistic regression example. Can you be more specific about what you have and what you want

RE: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-19 Thread XiaoboGu
: Is any more detailed documentation aout the sgd logistic regression example. Can you be more specific about what you have and what you want? The book Mahout in Action provides quite a lot of details with sample code for a server farm. The TrainNewsGroups example provides code that you can copy. Do

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-19 Thread Stanley Xu
in industry, I think it will make Mahout friends of more analysts if LR support is smooth. Regards, Xiaobo Gu From: Ted Dunning [mailto:ted.dunn...@gmail.com] Sent: Wednesday, April 13, 2011 1:02 AM To: user@mahout.apache.org Cc: Xiaobo Gu Subject: Re: Is any more detailed documentation

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-13 Thread Eric Charles
Can't wait for that :) Just bought PDF. Tks, - Eric On 13/04/2011 06:57, Ted Dunning wrote: Yes. That's the one. The hard copy should be out before long. The final passes by the production editors are happening now. On Tue, Apr 12, 2011 at 9:19 PM, Eric

Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Xiaobo Gu
Hi, Documents about sgd logistic regression itself are welcome too. Regards, Xiaobo Gu

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Ted Dunning
Can you be more specific about what you have and what you want? The book Mahout in Action provides quite a lot of details with sample code for a server farm. The TrainNewsGroups example provides code that you can copy. Do you have these resources? Do you want more? Did you want more theory?

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Ted Dunning
This lecture might help some: http://www.meetup.com/LA-HUG/pages/Video_from_March_16th_LA-HUG_Ted_Dunning_Mahout On Tue, Apr 12, 2011 at 10:02 AM, Ted Dunning ted.dunn...@gmail.com wrote: Can you be more specific about what you have and what you want? The book Mahout in Action provides quite

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Xiaobo Gu
On Wed, Apr 13, 2011 at 1:03 AM, Ted Dunning ted.dunn...@gmail.com wrote: This lecture might help some: http://www.meetup.com/LA-HUG/pages/Video_from_March_16th_LA-HUG_Ted_Dunning_Mahout Thanks, but I can't access the URL. On Tue, Apr 12, 2011 at 10:02 AM, Ted Dunning ted.dunn...@gmail.com

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Ted Dunning
Pity. Don't think I can help. Talk to your internet provider. On Tue, Apr 12, 2011 at 7:28 PM, Xiaobo Gu guxiaobo1...@gmail.com wrote: On Wed, Apr 13, 2011 at 1:03 AM, Ted Dunning ted.dunn...@gmail.com wrote: This lecture might help some:

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Eric Charles
Hi Ted, Video and PDF are accessible from here. Very instructive. Tks! You were talking about 'Mahout in Action' book. I suppose you were referring about the EBook version. Hard copy are not yet available as far as I can read on http://www.manning.com/owen/. Any idea on shipping date ? Tks,

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread pcollins
Eric the book is still being written, but you can buy the interim PDF version from the site. It seems quite complete (save for a few typos here and there). The publisher will email you with updates as the document chapters are being finalized. You also have the option of having the dead-tree

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Chris Schilling
Yeah, it works for me. Nice lecture! On Apr 12, 2011, at 9:03 PM, Ted Dunning wrote: Pity. Don't think I can help. Talk to your internet provider. On Tue, Apr 12, 2011 at 7:28 PM, Xiaobo Gu guxiaobo1...@gmail.com wrote: On Wed, Apr 13, 2011 at 1:03 AM, Ted Dunning ted.dunn...@gmail.com

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Ted Dunning
Yes. That's the one. The hard copy should be out before long. The final passes by the production editors are happening now. On Tue, Apr 12, 2011 at 9:19 PM, Eric Charles eric.char...@u-mangate.comwrote: You were talking about 'Mahout in Action' book. I suppose you were referring about the

Re: Is any more detailed documentation aout the sgd logistic regression example.

2011-04-12 Thread Ted Dunning
The book is all there. All that is happening now are tiny edits and final production formatting. On Tue, Apr 12, 2011 at 9:22 PM, pcoll...@cpan.org wrote: Eric the book is still being written, but you can buy the interim PDF version from the site. It seems quite complete (save for a few typos