Skip to content

shaikh-shahid/Ticket-Classification-using-NLP

Repository files navigation

Ticket-Classification-using-NLP

This model is able to classify customer complaints based on the products/services. By doing so, we can segregate these tickets into their relevant categories and, therefore, help in the quick resolution of the issue.

I did the topic modelling on the .json data provided by the company. Since this data is not labelled, I applied NMF to analyse patterns and classify tickets into the following five clusters based on their products/services:

  • Credit card / Prepaid card

  • Bank account services

  • Theft/Dispute reporting

  • Mortgages/loans

  • Others 

With the help of topic modelling, I was able to map each ticket onto its respective department/category. I then use this data to train any supervised model such as logistic regression, decision tree or random forest. Using this trained model, Using the best model system can classify any new customer complaint support ticket into its relevant department.

About

NLP Based AI Model to classify the support tickets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published