change FallbackClassifier
confidence to fallback threshold
#8801
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
area:rasa-oss/ml/nlu-components
Issues focused around rasa's NLU components
area:rasa-oss/ml 👁
All issues related to machine learning
effort:atom-squad/1
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:maintenance 🔧
Improvements to tooling, testing, deployments, infrastructure, code style.
Context
Problem
The
FallbackClassifier
currently sets its confidence as1 - top intent confidence
when trigger thenlu_fallback
intent. This looks weird in the Rasa X NLU inbox as the messages might have the intentnlu_fallback
but when users look at the confidence scoresnlu_fallback
doesn't have the highest confidence score.Solution
We need to revisit this in Rasa X. For now we've decided to change the
FallbackClassifier
score to the fallback threshold.Definition of Done
FallbackClassifier
triggers thenlu_fallback
it does that with confidenceself.component_config[THRESHOLD_KEY]
The text was updated successfully, but these errors were encountered: