/Tag-Prediction-on-Stack-Overflow-Posts

Using NLP or prediction of stack overflow posts using linear models for multi-class classification

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Tag-Prediction-on-Stack-Overflow-Posts

Using NLP or prediction of stack overflow posts using linear models for multi class classification

Text mining:

  1. Tokenization
  2. Stemming
  3. Lemmatization

Models:

  1. Bag of Words
  2. TF-IDF
  3. One Vs Rest Classifier