mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 13:06:46 +01:00
implemented automatic classification field functionality
This commit is contained in:
parent
82bc0e3368
commit
cea880f245
2 changed files with 7 additions and 5 deletions
|
|
@ -22,7 +22,6 @@ class Command(Renderable, BaseCommand):
|
|||
|
||||
clf.train()
|
||||
|
||||
|
||||
logging.getLogger(__name__).info("Saving models to " + settings.MODEL_FILE + "...")
|
||||
|
||||
clf.save_classifier()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue