HI, i am new on this platform. I have installed Rasa X on a server. when i trained on the train model then found these errors. Please give me the right solution.
Training failed
An unexpected error occurred during training. Error: Failed to load the component 'EmbeddingIntentClassifier'. Cannot find class 'EmbeddingIntentClassifier' in global namespace. Please check that there is no typo in the class name and that you have imported the class into the global namespace. Either your pipeline configuration contains an error or the module you are trying to import is broken (e.g. the module is trying to import a package that is not installed). Traceback (most recent call last):
File "/opt/venv/lib/python3.8/site-packages/rasa/nlu/registry.py", line 121, in get_component_class
return rasa.shared.utils.common.class_from_module_path(component_name)
File "/opt/venv/lib/python3.8/site-packages/rasa/shared/utils/common.py", line 45, in class_from_module_path
raise ImportError(f"Cannot retrieve class from path {module_path}.")
ImportError: Cannot retrieve class from path EmbeddingIntentClassifier.