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:
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.