Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 560 Bytes

File metadata and controls

10 lines (7 loc) · 560 Bytes

StackOverFlow-Recommendation-System

Python scripts to mine data from StackOverflow, preprocess it and then predict which tags belong to the question/post using multi-label LinearSVC and recommends similar questions using cosine distances

  1. Mined StackOverflow and pre-processed the data.
  2. Created a Supervised Learning Classification Model to Predict Tags
  3. Created a Similarity Model to suggest similar questions by applying various Document Similarity Algorithms
  4. Combined the functionality in an QT Application

Alt text