First of all i would like to thank everyone in advance.
Let me explain in brief what i want to achieve here, [https://i.sstatic.net/4YbEd.jpg][1], in the attached screen shot i have two columns one is "Description" & "Category", basically i wanted to build an python model which will read my Description column & tag it to the right Category. For example if My description says "Not able to lunch zoom meeting" then Category will tag saying it is an "Zoom issue"
Looking something like training an model and reuse when required.
I am bit new to python programming language, someone could help me guiding how do i achieve this will be very helpfull.
There are different approves you could use to solve your problem, I would use the following approach:
Text classification is the process of assigning tags or categories to a given input text. Text classification is the foundation of NLP ( Natural Language Processing ) with extended usages such as sentiment analysis, topic labeling, span detection, and intent detection.
If you want to get an expert on your own I suggest this article.
Otherwise, you can use MonkeyLearns-Classification API for your Project see here
Happy Coding, Breadberry