[jira] [Updated] (MAHOUT-838) Make the confusion matrix writable to a file when testing classifiers

2011-10-31 Thread Lance Norskog (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated MAHOUT-838: - Attachment: MAHOUT-838.patch Above comments are implemented. The ConfusionMatrix default

Re: Incorporating JIRA Suggestions, was Re: Demoralized over JIRA state

2011-10-31 Thread Sebastian Schelter
On 31.10.2011 14:19, Grant Ingersoll wrote: OK, I added a Backlog version to JIRA. We should be able to just bulk mark items for that now. Note, also that JIRA has support for marking items as Brainstorming, etc. when putting in issues. I also took the liberty of marking some issues as

[jira] [Commented] (MAHOUT-627) Baum-Welch Algorithm on Map-Reduce for Parallel Hidden Markov Model Training.

2011-10-31 Thread Grant Ingersoll (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13140149#comment-13140149 ] Grant Ingersoll commented on MAHOUT-627: I'm going to look to commit this soon

[jira] [Created] (MAHOUT-855) LuceneTextValueEncoder doesn't properly set internal buffers, causing BufferUnderflowException

2011-10-31 Thread Grant Ingersoll (Created) (JIRA)
LuceneTextValueEncoder doesn't properly set internal buffers, causing BufferUnderflowException -- Key: MAHOUT-855 URL: https://issues.apache.org/jira/browse/MAHOUT-855

[jira] [Commented] (MAHOUT-855) LuceneTextValueEncoder doesn't properly set internal buffers, causing BufferUnderflowException

2011-10-31 Thread Grant Ingersoll (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13140234#comment-13140234 ] Grant Ingersoll commented on MAHOUT-855: At least two issues here: 1. The

Patch : Formatting

2011-10-31 Thread Paritosh Ranjan
Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to Contribute Page. I use eclipse as IDE and generally I format my code using a formatter.xml, but I don't find formatter.xml in Mahout. Can someone help me? Thanks and Regards, Paritosh

[jira] [Updated] (MAHOUT-855) LuceneTextValueEncoder doesn't properly set internal buffers, causing BufferUnderflowException

2011-10-31 Thread Grant Ingersoll (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated MAHOUT-855: --- Attachment: MAHOUT-855.patch Here's a fix, going to commit shortly

Re: Patch : Formatting

2011-10-31 Thread Manuel Blechschmidt
Hi Paritosh, Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to Contribute Page. ... But take care about the following points • All public classes and methods should have informative Javadoc comments.

[jira] [Resolved] (MAHOUT-855) LuceneTextValueEncoder doesn't properly set internal buffers, causing BufferUnderflowException

2011-10-31 Thread Grant Ingersoll (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved MAHOUT-855. Resolution: Fixed Committed revision 1195549. LuceneTextValueEncoder

Re: Patch : Formatting

2011-10-31 Thread Grant Ingersoll
At the bottom of the HowToContribute pages, there should be links to Eclipse and IntelliJ codestyle formatters. On Oct 31, 2011, at 12:21 PM, Manuel Blechschmidt wrote: Hi Paritosh, Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to

RE: Towards 1.0 - Defining backwards compatibility guarantees

2011-10-31 Thread Jeff Eastman
I think users would benefit a lot by 1) to 3) and would be dismayed if we could not maintain data consistency between releases (maybe just point releases?). This could require us to build and ship migrating tools along with any releases which change these formats. 4) and 5) are related and it

Re: Incorporating JIRA Suggestions, was Re: Demoralized over JIRA state

2011-10-31 Thread Frank Scholten
On Mon, Oct 31, 2011 at 2:19 PM, Grant Ingersoll gsing...@apache.org wrote: OK, I added a Backlog version to JIRA.  We should be able to just bulk mark items for that now. Great, I just moved MAHOUT-612 up there. Frank Note, also that JIRA has support for marking items as Brainstorming,

[jira] [Updated] (MAHOUT-737) Implicit Alternating Least Squares SVD

2011-10-31 Thread Sebastian Schelter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Schelter updated MAHOUT-737: -- Fix Version/s: Backlog Putting this into backlog as we have not seen an updated patch

Re: Composing Mahout workflow (Re: Improving Our JIRA State)

2011-10-31 Thread Lance Norskog
You can even use the evolutionary optimizer to do the optimization more cleanly. The hard part is to pass data structures around. This is one use case- another is to classify data which classifies well v.s. classifies poorly as part of fine-tuning your classification jobs. On Thu, Oct 27, 2011

Re: Patch : Formatting

2011-10-31 Thread Paritosh Ranjan
Got it, Thanks. On 31-10-2011 23:05, Grant Ingersoll wrote: At the bottom of the HowToContribute pages, there should be links to Eclipse and IntelliJ codestyle formatters. On Oct 31, 2011, at 12:21 PM, Manuel Blechschmidt wrote: Hi Paritosh, Hi, How can I submit the patch in the format