You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Jeff Eastman <je...@windwardsolutions.com> on 2008/05/01 02:04:23 UTC

Re: [jira] Updated: (MAHOUT-9) Implement MapReduce BayesianClassifier

Grant Ingersoll (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/MAHOUT-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Grant Ingersoll updated MAHOUT-9:
> ---------------------------------
>
>     Attachment: MAHOUT-9.patch
>
> tests now pass
>
>   
>> Implement MapReduce BayesianClassifier
>> --------------------------------------
>>
>>                 Key: MAHOUT-9
>>                 URL: https://issues.apache.org/jira/browse/MAHOUT-9
>>             Project: Mahout
>>          Issue Type: New Feature
>>            Reporter: Grant Ingersoll
>>            Assignee: Grant Ingersoll
>>            Priority: Minor
>>             Fix For: 0.1
>>
>>         Attachments: MAHOUT-9.patch, MAHOUT-9.patch
>>
>>
>> Implement a Bayesian classifier using M/R.
>> I have a simple trainer done (not M/R) and will implement the classifier soon, then will upgrade it to use Hadoop.
>>     
>
>   
I'm still missing UpdatableLong from mahout.utils. Did you forget to add 
it before you diffed?

Jeff

Re: [jira] Updated: (MAHOUT-9) Implement MapReduce BayesianClassifier

Posted by Jeff Eastman <je...@windwardsolutions.com>.
Jeff Eastman wrote:
> Grant Ingersoll (JIRA) wrote:
>>      [ 
>> https://issues.apache.org/jira/browse/MAHOUT-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>> ]
>>
>> Grant Ingersoll updated MAHOUT-9:
>> ---------------------------------
>>
>>     Attachment: MAHOUT-9.patch
>>
>> tests now pass
>>
>>  
>>> Implement MapReduce BayesianClassifier
>>> --------------------------------------
>>>
>>>                 Key: MAHOUT-9
>>>                 URL: https://issues.apache.org/jira/browse/MAHOUT-9
>>>             Project: Mahout
>>>          Issue Type: New Feature
>>>            Reporter: Grant Ingersoll
>>>            Assignee: Grant Ingersoll
>>>            Priority: Minor
>>>             Fix For: 0.1
>>>
>>>         Attachments: MAHOUT-9.patch, MAHOUT-9.patch
>>>
>>>
>>> Implement a Bayesian classifier using M/R.
>>> I have a simple trainer done (not M/R) and will implement the 
>>> classifier soon, then will upgrade it to use Hadoop.
>>>     
>>
>>   
> I'm still missing UpdatableLong from mahout.utils. Did you forget to 
> add it before you diffed?
>
> Jeff
Reverse engineered UpdatableLong - pretty simple - and the unit tests 
run. Now to figure out what you are doing...
Jeff