You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"f""'{self.__class__.__name__}' is deprecated and ""
f""will be removed in Rasa Open Source 3.0.0. ""
f""It is recommended to use the '{SingleStateFeaturizer.__name__}' instead."""
"f""'{self.__class__.__name__}' is deprecated and ""
f""will be removed in the future. ""
f""It is recommended to use the '{LanguageModelFeaturizer.__name__}' instead."""
Definition of Done:
resolve warnings in 3.0 version
Removed the deprecated featurizers from the codebase.
Added a changelog entry for 3.0 saying we've removed the previously deprecated featurizers
Removed the references in the docs
The text was updated successfully, but these errors were encountered:
Background
These warnings were found in:
Definition of Done:
The text was updated successfully, but these errors were encountered: