Closed
Description
/Users/akela/Documents/rasa-new/rasa/nlu/components.py:394: FutureWarning: 'EmbeddingIntentClassifier' is deprecated and will be removed in version 2.0. Use 'DIETClassifier' instead.
return cls(component_config)
/Users/akela/Documents/rasa-new/rasa/core/policies/ensemble.py:310: FutureWarning: 'EmbeddingPolicy' is deprecated and will be removed in version 2.0. Use 'TEDPolicy' instead.
policy_object = constr_func(**policy)
The last lines of both of those warnings shouldn't be there should they?