Skip to content
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

Remove normalization of confidence scores in intent classification #130

Merged
merged 2 commits into from
Apr 5, 2019

Conversation

adrienball
Copy link
Collaborator

Description
The logreg intent classifier used to have a specific logic when used with an intents filter: the intent classification scores were renormalized to sum to 1.0.

This could lead to unexpected behaviors, especially when all the intents in the intents filter are associated to very low confidence scores. In such cases, the renormalization would significantly increase the scores.

The logreg intent classifier used to have a specific logic when used
with an intents filter: the intent classification scores were
renormalized to sum to 1.0.

This could lead to unexpected behaviors, especially when all the intents
in the intents filter are associated to very low confidence scores. In such
cases, the renormalization would significantly increase the scores.
@adrienball adrienball added the enhancement New feature or request label Apr 5, 2019
@adrienball adrienball requested a review from ClemDoum April 5, 2019 14:07
@adrienball adrienball merged commit 5a0ad6f into develop Apr 5, 2019
@adrienball adrienball deleted the task/remove-score-normalization branch April 5, 2019 15:01
@adrienball adrienball mentioned this pull request Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants