Hi ,
I am saving the data from chatbot to mysql , But I need help with using the data collected for to train the bot
How do i query when the bot predicted the wrong utterance or wrong actions
Thank you Aashay
Hi ,
I am saving the data from chatbot to mysql , But I need help with using the data collected for to train the bot
Thank you Aashay
hi @Aashay1 ! Which data are you saving to mysql? The problem with what you describe is that it’s impossible to know (automatically) when the bot predicted something wrong (only a human knows that).
I would recommend you deploy a server running Rasa X, which has a bunch of useful features for finding mistakes your bot made and improving it.