-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make QnA Training Thresholds Configurable #3706
Comments
Thanks for the recommendation, @DavidStrickland0 . We will put this in our backlog. Will update with an ETA. @vipeketi |
Hi @vipeketi, can you update the progress, specifically an ETA as @pchoudhari mentioned? |
By end of this month, I will be able to close the issue. |
Unfortunatly, this issue doesn't look like it will make the R9 train. The PR continues to have feedback cycles and issues. This should land in R10. |
js changes [QnAMaker] For overloaded GetLowScoreVariation js sdk changes. PR #2330 |
@cleemullins |
Somi has promised to do the JS version tonight.
Somi has promised to do the JS version tonight.
Co-authored-by: Somi Reddy Satti <[email protected]>
Is your feature request related to a problem? Please describe.
We would like to actively train our QnA models more in development then in production. In production we'd like to have the standard thresholds for training. While in development we'd like very low threshholds. Practically any question that has multiple answers we'd like to train.
Describe the solution you'd like
Be great if we could set
ActiveLearningUtils.MinimumScoreForLowScoreVariation
ActiveLearningUtils.MaximumScoreForLowScoreVariation
QnAMakerDialog.maximumScoreForLowScoreVariation
From AppSettings.
Describe alternatives you've considered
Since these are currently private Constants theres not much short of a custom implementation
[enhancement]
The text was updated successfully, but these errors were encountered: