I always get this error every time:
/home/charles/Documents/DU/chatbot/venv/lib/python3.7/site-packages/rasa/utils/train_utils.py:535: UserWarning: model_confidence is set to softmax. It is recommended to try using model_confidence=linear_norm to make it easier to tune fallback thresholds. category=UserWarning,
But I have set model_confidence: linear_lorm in my config.yml file.
How do I solve this, please?
Are you using a ResponseSelector? If so, you also need to set model_confidence: linear_norm for it to get rid of the warning. If that is not the case, I am afraid I do not know why you get the warning.
I guess the warning message could be improved to specify what component it refers to.