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.
The error message states that you need to include a dense featurizer in your pipeline. It’s also documented here.
You can find a description of the featurizers here followed by a list of the available featurizers. The two featurizers in your pipeline are both sparse featurizers.
I would try adding the LanguageModelFeaturizer to your pipeline.
name: “FallbackClassifier”
threshold: 0.3
ambiguity_threshold: 0.1
Error: rasa.engine.exceptions.GraphSchemaValidationException: 8 components are missing required components which have to run before themselves:
The following components require a Tokenizer: run_CountVectorsFeaturizer3, run_CountVectorsFeaturizer4, run_LexicalSyntacticFeaturizer2, run_RegexFeaturizer1, train_CountVectorsFeaturizer3, train_CountVectorsFeaturizer4, train_LexicalSyntacticFeaturizer2, train_RegexFeaturizer1. Please add the required components to your model configuration.
Could you please help me? Can you contact me via email for easier discussion?
ngohaiyen_t67@hus.edu.vn