mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 21:41:28 +00:00
reenable autolearn as good
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user