Skip to content

Releases: ashleyw/naive_bayes

v0.1.0

27 Apr 13:11
Compare
Choose a tag to compare
  • works with all types of tokens, not just text
  • allows purging of low-frequency tokens (for performance)
  • uses log probabilities to avoid underflow
  • allows prior distribution on classes to be assumed uniform
  • customizable constant value for Laplacian smoothing
  • allows for multiple categories
  • optional binarized mode