I am working on creating a chatbot. I have a csv file with 28 columns. Except the first column(index) and the last column(prediction), all the 26 columns are one hot encoded. Is there any way I can use this data directly in Rasa X to build a chatbot?
Hey @murugesh_manthiramoorthi what kind of data does this csv file contain? Generally I would think that no, you can’t use that data to directly build a bot in Rasa X. You can take a look at our tutorials on how to build assistants: Tutorial: Rasa Basics