Skip to content

Commit 5662c3d

Browse files
committed
updated training threshold
1 parent 4cec393 commit 5662c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
env = os.getenv('FLASK_ENV', 'development')
1111
MODEL_PATH = os.getenv("MODEL_PATH") if env == 'production' else 'data/dev/trained_classifier.pkl'
12-
MIN_LABELED_POSTS = 0
12+
MIN_LABELED_POSTS = 50
1313

1414
logger = get_logger("training")
1515

0 commit comments

Comments
 (0)