-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix duplicate interactive learning events #3719
Conversation
7c1ff86
to
18524d7
Compare
18524d7
to
92d9428
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for cleaning up 🚀
Left just a few minor comments.
rasa/core/training/interactive.py
Outdated
@@ -424,6 +416,7 @@ def _selection_choices_from_intent_prediction( | |||
choices, sender_id, endpoint | |||
) | |||
|
|||
# TODO: Should we not always set the confidence = 1.0? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which scenarios do you mean? The scenario in which the user selected a specific intent? Maybe, something to discuss in Slack?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed it with Akela, and we now set it to 1.0
implemented the review comments 👍 |
Proposed changes:
finetuning
stuff since it's not longer supportedStatus (please check what you already did):
black
(please check Readme for instructions)