Skip to content

Commit d21ae52

Browse files
author
Robin Duda
committed
0 min score
1 parent 8862b78 commit d21ae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def predict(model, item):
4949
return label, accuracy
5050

5151

52-
def learn(data, algorithm, set_names=None, k_max=32, min_score=0.4, test_proportion=0.2):
52+
def learn(data, algorithm, set_names=None, k_max=32, min_score=0.0, test_proportion=0.2):
5353
logger.info(f"started learning using algorithm {cyan(algorithm)}.")
5454
data = map_direction(data)
5555
y = create_labels(data)

0 commit comments

Comments
 (0)