Mirror of https://github.com/roostorg/awesome-safety-tools
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add bogofilter

Fixes #35

Signed-off-by: Cassidy James Blaede <cassidyjames@roost.tools>

authored by

Cassidy James Blaede and committed by
GitHub
50d0466e 8232c944

+2
+2
README.md
··· 120 120 121 121 ## Clustering 122 122 123 + * [bogofilter](https://bogofilter.sourceforge.io/) 124 + * spam filter that classifies text using Bayesian statistical analysis; able to learn from classifications and corrections 123 125 * [scikit-learn](https://github.com/scikit-learn/scikit-learn) 124 126 * python library including clustering through various algorithms, such as K-Means, DBSCAN, and hierarchical clustering 125 127 * [SpamAssassin by Apache](https://spamassassin.apache.org)