Refactor CountVectorizer and ML components to support incremental training #7413
Closed
3 tasks done
Labels
area:rasa-oss/ml 👁
All issues related to machine learning
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Part of #6971
CountVectorsFeaturizer
andRegexFeaturizer
which can be used during incremental training.DIET
,ResponseSelector
andTED
from previously trained checkpoints so get them ready for further fine-tuning.The logic for first two are already implemented in this working version branch. However, the implementation needs to be adapted to changes introduced by related PRs - #7328 , #7329 and #7330
The text was updated successfully, but these errors were encountered: