8000 [QnAMaker] Active learning low score variation multiplier value (#361) · sherlock666/botbuilder-python@48b4f80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48b4f80

Browse files
gurvsingaxelsrz
authored andcommitted
[QnAMaker] Active learning low score variation multiplier value (microsoft#361)
Active learning low score variation multiplier value - PreviousLowScoreVariationMultiplier to 0.7 - MaxLowScoreVariationMultiplier to 1.0
1 parent 9119769 commit 48b4f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botbuilder-ai/botbuilder/ai/qna/utils/active_learning_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from ..models import QueryResult
88

99
MINIMUM_SCORE_FOR_LOW_SCORE_VARIATION = 20.0
10-
PREVIOUS_LOW_SCORE_VARIATION_MULTIPLIER = 1.4
11-
MAX_LOW_SCORE_VARIATION_MULTIPLIER = 2.0
10+
PREVIOUS_LOW_SCORE_VARIATION_MULTIPLIER = 0.7
11+
MAX_LOW_SCORE_VARIATION_MULTIPLIER = 1.0
1212
MAX_SCORE_FOR_LOW_SCORE_VARIATION = 95.0
1313

1414

0 commit comments

Comments
 (0)
0