“intent_report.json” file does not reflect all intent noise in the “confused_with” section
When I perform a rasa test with the –cross-validation flag the file “intent_report.json” does not reflect all the noise of intentions in the “confused_with” section, but the confusion matrix (confmat.png) checks with "intent_errors. json ".
If I perform a rasa data split nlu and divide it into 80% of train and 20% of test in a fixed way and execute the train and test in that division, the “confused_with” section lists all intents with noise and checks with the confusion matrix (confmat.png) and also matches “intent_errors.json”.
Does anyone have an idea of what may be going on?
I’m using rasa == 1.10.0 and python 3.7.6
Thanks.