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

Create a classifier to detect regression bugs that have no regression range #18

Closed
marco-c opened this issue Dec 5, 2018 · 2 comments · Fixed by #449
Closed

Create a classifier to detect regression bugs that have no regression range #18

marco-c opened this issue Dec 5, 2018 · 2 comments · Fixed by #449
Assignees

Comments

@marco-c
Copy link
Collaborator

marco-c commented Dec 5, 2018

Needed for mozilla/bugbot#221.

To do this, we'll need to collect some labels.
We can automatically create positive labels by getting bugs that have the regression keyword and the regression-wanted keyword.
We can't automatically create negative labels because we can't be sure that the regression range is available, when we have the regression keyword but no regression-wanted.

@ayush-1506
Copy link
Collaborator

@marco-c I reckon we'd have to collect negative labels manually? How should I be doing this? When I visit a bug, what should I look for to add it into the negative category?

@marco-c
Copy link
Collaborator Author

marco-c commented May 16, 2019

We actually have a 'Has Regression Range' field, so we can collect some positive and negative examples using that (similarly to 'Has STR').

Regression Range model automation moved this from To do to Done May 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants