rasa test nlu cross validation fails with autoconfiguration #8614
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
area:rasa-oss/model-testing
Issues focused around testing models (e.g. via `rasa test`)
effort:atom-squad/2
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: master
Rasa SDK version (if used & relevant): -
Rasa X version (if used & relevant): -
Python version: 3.6
Operating system (windows, osx, ...): osx
Issue:
rasa init
should get you a failing config):rasa test nlu --cross-validation
Error (including full traceback):
Remove the comments (and hence not using autoconfig anymore) leads to the validation working just fine.
Definition of Done
rasa test nlu
uses autoconfig to interpolate config files with emptypipeline
keys (e.g. by using theTrainingDataImporter
)The text was updated successfully, but these errors were encountered: