Comparing pipeline Performance

Hello everyone, Happy New Year

I need your help, i want to compare between two pipeline to check the performance i write below commend: rasa test nlu --cross-validation --config config_1.yml config_2.yml but as you can see below graph nothing showing:

How can I fix this issue or there is another way to get the accuracy of each pipeline.

Thank you

Hi @Aziza - happy new year!

As far as I’m aware cross-validation is only designed to work with one config. It will train a single model config multiple times on different parts of the dataset.

If you pass in multiple configs it will instead train each config and compare them using the same full data set.

Thank you @jjuzl