Help me fix this error. Thanks
SklearnIntentClassifier rasa 3.0
raise GraphSchemaValidationException(rasa.engine.exceptions.GraphSchemaValidationException: 1 components are missing required components which have to run before themselves: The following components require a DenseFeaturizer: train_SklearnIntentClassifier5. Please add the required components to your model configuration.
file config language: vi pipeline:
- name: WhitespaceTokenizer
- name: RegexFeaturizer
- name: LexicalSyntacticFeaturizer
- name: CountVectorsFeaturizer
- name: CountVectorsFeaturizer analyzer: char_wb min_ngram: 1 max_ngram: 4
- name: SklearnIntentClassifier C: [1, 2, 5, 10, 20, 100] kernel: “linear” epochs: 100
- name: EntitySynonymMapper
- name: ResponseSelector epochs: 100