Bayes or Spam?
Collection
Demo and models of the Bayes or Spam? project
•
4 items
•
Updated
This model stores the Bayesian spam probabilites calculated with Graham's algorithm on the Enron1 dataset, as described in the Bayes or Spam? project.
probs.json
is dumped from a dictionary contaning token: probability pairs,
e.g. "enron": 0.0
.
The unknown token is [UNK]
.