We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run rasa test nlu -u test/test_data.json --model models, I received this message:
rasa test nlu -u test/test_data.json --model models
UserWarning: The path 'test/test_data.json' does not seem to exist. Using the default value 'data' instead.
I can't find the default value data, and I can't find test/test_data.json. So where can I get the test/test_data?
data
test/test_data.json
test/test_data
The text was updated successfully, but these errors were encountered:
Thanks for the issue, @degiz will get back to you about it soon!
Sorry, something went wrong.
Hey @cicilzx
Could you please explain what you're trying to archive?
The instruction seems to be outdated. I think it should be: rasa test nlu -u tests/test_nlu.yml --model models
rasa test nlu -u tests/test_nlu.yml --model models
you can use: rasa test nlu -u tests/test_nlu.yml --model models and rasa test core --stories tests/test_conversations.yml the README.md not updated
rasa test nlu -u tests/test_nlu.yml
rasa test core --stories tests/test_conversations.yml
No branches or pull requests
When I run
rasa test nlu -u test/test_data.json --model models
, I received this message:I can't find the default value
data
, and I can't findtest/test_data.json
. So where can I get thetest/test_data
?The text was updated successfully, but these errors were encountered: