-
### Classification (Please choose *one* option):
* [ ] Crash/Hang/Data loss
* [ ] WebUI/Usability
* [ ] Serious bug
* [ ] Other bug
* [X] Feature
* [ ] Enhancement
### Reproducibility (Plea…
-
Hi,
Can you clarify Redis statistics configuration and changes to make since 1.7 release ? [Based on this commit](https://github.com/vstakhov/rspamd/blob/feb910e287c215d5a1b6a03856ad2a1cbd36a394/co…
-
I'm trying to compute a naive bayes classifier probability for an observation in a population. See also https://en.wikipedia.org/wiki/Naive_Bayes_classifier#Sex_classification
The right hand side d…
-
For better security using in shell scripts, for example
```
# rspamc -h host:11334 -P '$2$jzwweg6gj571k3xutuaxk1qaaiu1ce9f$t3qsmr9zjwtr3m77d8ajspo51gb8n4st16dwenswry7j4t9x4aoy' learn_spam ./spam/*
…
-
### Classification (Please choose *one* option):
* [ ] Crash/Hang/Data loss
* [ ] WebUI/Usability
* [x] Serious bug
* [ ] Other bug
* [ ] Feature
* [ ] Enhancement
### Reproducibility (Plea…
-
Messages with short text part cannot be learned, for obvious reason.
```
HTTP error: 400, contains less tokens than required for bayes classifier: 8 < 11
```
But such messages are still being class…
-
I am having a problem in OSX / node v0.12.3
This example crashes if no classifier file exists:
``` javascript
var natural = require('natural');
natural.BayesClassifier.load("./listing_title_classif…
-
```
# rspamc /home/moiseev/100ham.eml
Results for file: /home/moiseev/100ham.eml (0.525 seconds)
[Metric: default]
Spam: true
Score: 6.78 / 15.00
Action: add header
Symbol: BAYES_HAM (-5.80)[99.99%]
S…
-
Hello,
Following up on some `gitter` chat with @kevinykuo
Here is the issue. When I train my Naive Bayes model:
```
mymodel % select(myday,headline, type) %>%
filter(!is.na(headline)) %…
-
For each learn call, the probability that a category happens is set to 1.0. This in turn makes every classify be whatever the last learn's category was.