The aim of this system is to estimate a probability of a specific question being “closed” on the technical QA forums. We analyze characteristics of the questions posted, along with the profile of the user posting the question, to build a classifier that will be able to predict if a new question will be answered effectively.
k
stackoverflow-success-predictor
public
1 stars
1 forks
0 issues
Commits
List of commits on branch master.Unverified
a513a80ec2033d4d37cbdb4499b67d9472d81282Title, tag, body intersection related features
kkaushlakers committed 10 years ago
Unverified
c9df0e55236f3031e07199ee03e870f10ce4f568Modified ColumnSelector to handle multiple columns. Added TokenizeStemTransformer
kkaushlakers committed 10 years ago
Unverified
33270c1e27be8770d02ca9715b3387e0b43d5a2eremoved extra function in data parser
kkaushlakers committed 10 years ago
Unverified
79c4c739663a514ba16b636a3a05818f433f3d31Small issue
kkaushlakers committed 10 years ago
Unverified
dee23c91f933d3e41a1f29afa9d466846035143bBaseline classifier code. Also added a bunch of utility functions
kkaushlakers committed 10 years ago
Unverified
63eb0a6171e2385e3f8ba1a36e8b706ec86b0cd0Added xml parser
kkaushlakers committed 10 years ago