Stack Overflow Question Tag Prediction

  • Tech Stack: Python, Scikit-learn, Pandas, Sklearn, NumPy, NLTK

• Predicted relevant tags for question based on its title and description, which are helpful in getting answers from respective technology experts.
• Mapped the problem as multilabel classification problem and used Logistic Regression to predict tags for each question.
• Accomplished Feature engineering and did data preprocessing by performing stemming, removing stop words, etc.