Hello, I got the message after executing rasa_nlu.evaluate with test dataset:
There were some nlu intent classification errors. Use --verbose to show them in the log
I tried to add --verbose option but I didn’t receive any more information in the log:
python -m rasa_nlu.evaluate --data Test_dataset.json --model nlu_model --verbose
What is a purpose of --verbose option? Is it a correct way to use -verbose option for rasa_nlu.evaluate script?