mirror of https://github.com/rspamd/rspamd.git
Browse Source
Controller learn tasks (/learnspam, /learnham) historically trained only the classifiers; neural learned from its own scan-time paths (autotrain, ANN-Train, autolearn). Default train.learn_from_controller to false so that split-learning behaviour is preserved out of the box: no NEURAL_LEARN_<rule> learn symbol is registered by default, the learn task stays the lean classifiers-only pipeline, and learn_needs_check / the check-pass mask remain dormant. Operators opt a rule into unified learning per rule with train.learn_from_controller = true.vstakhov-learn-framework
3 changed files with 12 additions and 15 deletions
Loading…
Reference in new issue