My question is simple, How does rasa handle multiple intent classifiers in the same pipeline? Does it combine their results or just discard the old predictions and use the latest one?
Thank you in advance for answering
My question is simple, How does rasa handle multiple intent classifiers in the same pipeline? Does it combine their results or just discard the old predictions and use the latest one?
Thank you in advance for answering
Hey @dma092,
The last classifier in the pipeline is used. There should only be one intent classifier per pipeline.
You can read more about the intent pipelines here: Choosing a Rasa NLU Pipeline