[Biopython-dev] [Bug 2629] New: Updated Bio.NaiveBayes to listfns import
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Oct 24 20:38:39 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2629
Summary: Updated Bio.NaiveBayes to listfns import
Product: Biopython
Version: Not Applicable
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P4
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: bsouthey at gmail.com
I have attempted to modify Bio/NaiveBayes.py to remove the dependency on
Bio.listfns functions. Also, made use of the numpy namespace rather than using
'from numpy import *'.
Also, I made a testing file with two examples, the car data is not mine but has
a worked example and the other is Fisher's iris data. Fisher's data is not
really appropriate because it has continuous data and Bio.NaiveBayes only
handles discrete data.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list