Hey Everyone,
I was wondering why it seems necessary to run rasa train
before running rasa test nlu --cross-validation
. I assume the model should get trained on the training split during the cross-validation process anyway, correct? I just want to make sure I’m not accidentally leaking some nlu examples from the test set into the training set.
Apologies if this is a silly question, I’m brand new to Rasa.