1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 22:51:48 +00:00

reenable autolearn as good

This commit is contained in:
Andrew Dolgov
2015-06-17 15:18:07 +03:00
parent 59e83455f1
commit 7c69068f82

View File

@@ -179,7 +179,7 @@ class Af_Sort_Bayes extends Plugin {
$prob_neutral = $result[$id_neutral];
if ($prob_good > 0.90 && $prob_good > $prob_neutral) {
//$dst_category = $id_good; // should we autofile as good or not? idk
$dst_category = $id_good; // should we autofile as good or not? idk
$article["score_modifier"] += $this->score_modifier;
}
}