-
Notifications
You must be signed in to change notification settings - Fork 311
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 bugs at a time in the code to find bug-fixing commits #1866
Comments
Hi! I read about the issue and I have seen the code. So all you are doing here is classifying the different bugs from the list that have fixed some commits. Classifying them in one go would require us to sort them first. What more insights can you provide me on this? |
Hello! We don't need to sort them, we can classify them in any order.
|
Hey this is my first time on Github and I am looking for my first contribution. Can you please tell me, what will I need to do exactly in this request? |
Hello @Abhishek5002443, the description of what needs to be done is above. First of all follow #1092. Then, once everything is set-up, follow the pointers I gave above, try to understand that code, and then try to implement what was requested above. If you get stuck, feel free to ask questions. |
Hi I had a go fixing this issue, making the defect model classify in one go. Should the regression model also classify bugs at the same time? |
If possible yes, can you file a new issue for that? |
Ok will do, created the new issue #2007 . |
Hello everyone!, I have a little past experience with open source contribution. Can I work on this bug? |
@5aumy4 please read the introduction first; there is already a PR open to fix this issue, so you'd need to choose another issue to work on. |
We are classifying one bug at a time in
bugbug/scripts/regressor_finder.py
Line 264 in 2222232
The script can be easily tested by running
python -m scripts.regressor_finder bug_fixing
.The text was updated successfully, but these errors were encountered: