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

[meta] Improve the accuracy of the component model #4268

Open
9 tasks
suhaibmujahid opened this issue Jun 20, 2024 · 3 comments
Open
9 tasks

[meta] Improve the accuracy of the component model #4268

suhaibmujahid opened this issue Jun 20, 2024 · 3 comments
Assignees
Labels

Comments

@suhaibmujahid
Copy link
Member Author

@sylvestre noticed that the model tends to wrongly classify bugs into the Core::Widget: Gtk component. Here are some examples:

@marco-c
Copy link
Collaborator

marco-c commented Jul 8, 2024

@sylvestre noticed that the model tends to wrongly classify bugs into the Core::Widget: Gtk component. Here are some examples:

* https://bugzilla.mozilla.org/show_bug.cgi?id=1902245#c2

* https://bugzilla.mozilla.org/show_bug.cgi?id=1853497#c1

I bet it's because:

  • the "User Agent" mentions Linux;
  • Linux is very rare;
  • most bugs opened by Linux users are about GTK.

So the "safe bet" for the model is to assign GTK to all bugs mentioning Linux :)

@marco-c
Copy link
Collaborator

marco-c commented Jul 22, 2024

Another option for improving the model is to use a ML classifier (e.g. using #3761) and then an ensemble of the ML classifier and the xgboost classifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants