reenable autolearn as good
This commit is contained in:
parent
59e83455f1
commit
7c69068f82
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue