Skip to content

yhat/python-naive-bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes in Python Source

$ git clone [email protected]:yhat/python-naive-bayes.git
$ cd python-naive-bayes
$ python nb.py
('File Name :', u'examples/Allosaurus.txt')
('Score(dino)  :', 1.7777297062779534e+26)
('Score(crypto):', 1617656.2932267354)
('File Name :', u'examples/Python.txt')
('Score(dino)  :', 5482.325210726829)
('Score(crypto):', 832.0706697339581)
('File Name :', u'examples/Yeti.txt')
('Score(dino)  :', 2601.7664705783586)
('Score(crypto):', 25239.08993198242)

About

Naive Bayes in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages