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