Classy

Abstracted naive Bayes classifier for rest of us (Requires Python 2.7 or later)
Download

Classy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Philip Deuchler

Classy Tags


Classy Description

Classy is a naive Bayes classifier package for Python.Classy is built for document classification with web application usage in mind. Classy simplifies the process down for you, so all you need to do is train it. >>> c = Classy() >>> c.train(, 'architecture') True >>> c.train(, 'input_devices') True >>> c.train(, 'office furniture') True >>> my_office = >>> c.classify(my_office) ('input_devices', -1.0986122886681098)Classy has been designed with flexibility in mind, so it will work with any range of uses- blog entry categorization, ir systems, tag clouds, recommendation engines and so on. Classy treats each document as a "bag of words" and is thus agnostic to content.InstallationTo install on your machine: :: pip install Classyor: easy_install Classy(But you should use pip)Product's homepage


Classy Related Software