Include patch to skip bugs filed by creators with editbugs permissions in spambug model.#3376
Include patch to skip bugs filed by creators with editbugs permissions in spambug model.#3376jpangas wants to merge 3 commits intomozilla:masterfrom
editbugs permissions in spambug model.#3376Conversation
|
Ping @suhaibmujahid and @marco-c |
Thank you, @jpangas. Unfortunately, I found out that I do not have permissions as well. Could you please work on another issue for now? |
|
Sure! Thank you @suhaibmujahid, I am going to work on another in the mean time. |
|
What had we concluded on this PR? |
|
@jpangas I can run it for you. The PR is excluding these bugs both from the training set and from the evaluation set. |
|
@marco-c , after discussing with @suhaibmujahid, there is some refactoring he is working on which will make completion of this issue easier. We can wait and I will resume on this after. |
I filed an issue for that: #4407 |
Reference Issues
Resolves #2787
Explained Changes:
This PR includes small changes that allow us to skip bugs filed by creators with
editbugspermissions. It also includes a change that skips bugs filed by creators with the"@softvision"domain.Any other comments?
The PR could not be tested on my side because I lack the necessary permissions. i.e. It returns an
HTTPErrorwhen the request is made. It needs to be tested by someone with the right permissions.