Custom intent classifier

Hi,

I am building a chatbot which has 36 intents , 6 entities and around 20 stories.

Currently, I am using diet classifier but I want to make my custom classifier.

Can anybody help me with that like naivebayes or logistic regression I just need it to compare the results of custom vs prebuilt.

Thank you!

There is a naive bayes implementation that only uses sparse information on the rasa nlu examples repository. There’s also an open issue to add logistic regression in case you’re interested.