pythonknntext-classificationnaivebayesworkload

I want to predict the no.of updates for a new incident? how to do that in python?


I have a data set of n incidents which has some information to it. Information such as description (text is in either english or german) and no.of updates information(in intiger). I want to predict the no.of updates for a new incident regardless of the defined language(german or english).

I just started learnig python. Please suggest the action plan libraies/algortims used in python?


Solution

  • I'd suggest pandas and nltk.

    However, @Emil is right. You should probably follow a course or tutorial with Anaconda and Jupyter Notebooks or just any other Data Science material.