Remove deprecation warnings for SklearnIntentClassifier
and CRFEntityExtractor
#5348
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:maintenance 🔧
Improvements to tooling, testing, deployments, infrastructure, code style.
With Rasa 1.8.0 we deprecated
SklearnIntentClassifier
andCRFEntityExtractor
.We should remove the deprecation warnings again. Both of the components are easy to use and can also be used with just a few training examples. They are fast to train and good to start with. If we remove them, we would have basically just DIET, which is slower and much harder to understand.
The text was updated successfully, but these errors were encountered: