Hello guys! Need Help!
In below image, there is a database of rasa
My question is when the intent is goodbye with 99% confidence, why it is not replyed by a bot , it reply with another action
I am using the following in config.yml
pipeline:
- name: WhitespaceTokenizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer analyzer: char_wb min_ngram: 1 max_ngram: 4
- name: DIETClassifier epochs: 150
- name: EntitySynonymMapper
- name: ResponseSelector epochs: 150
- name: FallbackClassifier threshold: 0.8
policies:
- name: TEDPolicy
max_history: 5
epochs: 150