Comparison Mode arguments not available for rasa-nlu

Following rasa documentation page (Evaluating Models), it indicates that it is possible to compare to NLU models by running

“rasa test nlu --config pretrained_embeddings_spacy.yml supervised_embeddings.yml –nlu data/nlu.md --runs 3 --percentages 0 25 50 70 90”

The issue is that “Comparison Mode” arguments are not available for rasa-nlu==0.15.1.

In which version can i find the comparison mode?

The comparison mode was introduced in Rasa 1.1.0. So, you will find it in any version >= 1.1.0.

Thanks! apparently Rasa X does not support any rasa version with comparison mode yet.

Nevermind! i think is more of a documentation thing… i could finally use it :slight_smile: