Skip to content

A multinomial Naive Bayes classifier implemented in Pharo

License

Notifications You must be signed in to change notification settings

pharo-ai/naive-bayes-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes Classifier

Build status Coverage Status Pharo version Pharo version Pharo version Pharo version License

This is a simple implementation of a multinomial Naive Bayes classifier in Pharo that can be used for simple spam detection and sentiment analysis.

Installing

Metacello new
  baseline: 'AINaiveBayesClassifier';
  repository: 'github://pharo-ai/NaiveBayesClassifier/src';
  load.

Releases

No releases published

Packages

No packages published