Hi, I just started with Rasa and I have built a bot, with rasa_nlu = 0.15.1 I would like to know how to display intent confusion matrix and the histogram I would like to know how can I produce this two?. I also can a have some diagram when constructing my bot for more analysis and amelioration?
@joel can I ask why you are using rasa_nlu == 0.15.1
if you just came across Rasa? In general it is highly recommended to be on the latest version (rasa==1.5.1
) – for example we’ve added lots of new NLU features in the last couple of minor releases.
In addition, the newer rasa has the CLI, which makes it very easy to both use the package and see the different arguments you can pass. E.g. here you can see that you can pass --histogram
and --confmat
to achieve what you want.