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
- Mined StackOverflow and pre-processed the data.
- Created a Supervised Learning Classification Model to Predict Tags
- Created a Similarity Model to suggest similar questions by applying various Document Similarity Algorithms
- Combined the functionality in an QT Application