Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classify multiple defect bugs at a time in the code to find bug-fixing commits #2007

Closed
willT97 opened this issue Dec 11, 2020 · 2 comments · Fixed by #2043
Closed

Classify multiple defect bugs at a time in the code to find bug-fixing commits #2007

willT97 opened this issue Dec 11, 2020 · 2 comments · Fixed by #2043
Labels
good-first-bug Good for newcomers

Comments

@willT97
Copy link
Contributor

willT97 commented Dec 11, 2020

Following on from #1866.

When a bug is classified as a defect, it is then classified by the regression model one bug at a time in

if regression_model.classify(bug)[0] == 1:

we could collect all the bugs that are classified as defect and classify them in one go.

Tested by running python -m scripts.regressor_finder bug_fixing

@aadarsh10c
Copy link

aadarsh10c commented Dec 17, 2020

Hi @willT97 , i want to work on this issue how do i get started on this, i am a rookie

@marco-c
Copy link
Collaborator

marco-c commented Dec 17, 2020

@aadarsh10c the first comment contains a good description of what needs to be done. You can also take a look at the recent PR by @willT97 which made a similar improvement: #2001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-bug Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants