Un-pickle and re-pickle the test models to resolve the version difference warning

This commit is contained in:
Trenton Holmes 2022-03-21 14:06:12 -07:00 committed by Johann Bauer
parent 1cd5de697e
commit 9bb5568d8e
2 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ def load_classifier():
class DocumentClassifier(object):
# v7 - Updated scikit-learn package version
FORMAT_VERSION = 7
def __init__(self):