Rasa model not training due to pipeline error

**InvalidConfigException: The pipeline configuration contains errors. The component ‘FallbackClassifier’ requires ‘IntentClassifier’ to be placed before it in the pipeline. ** Please add the required components to the pipeline. I;m getting this error when I try to add a fallbackClassifier to my config.yml. I’ve been trying to map the nlu_fallback to out_of_scope intent if the confidence level falls below 0.7, I got this code from here

Can you post your config.yml file?

Hi @merveenoyan sorry for replying so late, I fixed the issue, thankyou for taking time to help nonetheless.

@Nims007 @merveenoyan I am facing issue in pipeline in config.yml. InvalidConfigException: The pipeline configuration contains errors. The component ‘FallbackClassifier’ requires ‘IntentClassifier’ to be placed before it in the pipeline. Please add the required components to the pipeline.

Getting this error. I am doing this fallback out scope handling which given here : https://rasa.com/docs/rasa/fallback-handoff/