ImportError: cannot import name ‘run_evaluation’ from ‘rasa_nlu.evaluate’ (c:\users\gwinivac\.conda\envs\chatboty\lib\site-packages\rasa_nlu\evaluate.py)
from rasa_nlu.test import run_evaluation
Here is what the above code is Doing:
1. We’re loading the data from the data/examples/rasa/demo-rasa.json file.
2. We’re loading the configuration from the config_spacy.yml file.
3. We’re training the model using the data and configuration.
4. We’re saving the model to the models/nlu/default/current folder.
5. We’re loading the model from the models/nlu/default/current folder.
6. We’re evaluating the model using the data and configuration.