Skip to content

mjehanzaib999/Stack-Overflow-Questions-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stack Overflow Questions classification project

Millions of programmers use Stack Overflow to get high quality answers to their programming questions every day. We take quality very seriously, and have evolved an effective culture of moderation to safe-guard it.

With more than six thousand new questions asked on Stack Overflow every weekday we're looking to add more sophisticated software solutions to our moderation toolbox.

Closing Questions

Currently about 6% of all new questions end up "closed". Questions can be closed as off topic, not constructive, not a real question, or too localized. More in depth descriptions of each reason can be found in the Stack Overflow FAQ. The exact duplicate close reason has been excluded from this contest, since it depends on previous questions.

Your goal is to build a classifier that predicts whether or not a question will be closed given the question as submitted, along with the reason that the question was closed. Additional data about the user at question creation time is also available.

Data

The data can be accessed from the Kaggle Competition https://www.kaggle.com/competitions/predict-closed-questions-on-stack-overflow

Models

Pytorch code implementations have been utilized for the project. For now SVM and Naive Bayes model has been used. More models and their corresponsing results woud be added shortly!

About

Repo to classify the questions on stack overflow platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published