bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Platform for Machine Learning projects on Software Engineering

Results 367 bugbug issues
Sort by recently updated
recently updated
newest added

'./mach try auto' had been executed for the ESR 115 tree by a developer twice and it failed each time due to a bugbug timeout during the run of the...

Today (1 day after merge day) the report says: “No crashes in the top 200 for Nightly.” I assume the bot already checked for [116.0a1](https://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=116.0a1) , not [115.0a1](https://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=115.0a1)

Create a tool using rust-code-analysis and ML to find similar snippets of code and: - suggest fixes from past bug fixes to new patches (prevent reintroducing some bugs); - if...

Now that we finally have the bug type, we can make the Regressor model differentiate between defects which are regressions and defects which are not regressions, rather than between defects...

good-first-bug

We could try using the text classifier available in spaCy instead of gradient boosting and see how it behaves.

This should reduce memory usage. See also https://github.com/scikit-learn/scikit-learn/issues/2639.

enhancement
good-first-bug

They should be faster to read and write (we need to confirm).

good-first-bug

This is to automatically suggest bugs worth tracking / detect potential dot-release drivers early.

Right now we are using `TfidfVectorizer` with its default options (basically word 1-gram). We should try a few different options and see how the accuracy changes: - [ ] word...

Experiment using the approaches described in [Scaffle: Bug Localization on Millions of Files](https://software-lab.org/publications/issta2020_Scaffle.pdf) and [Industry-scale IR-based Bug Localization](https://arxiv.org/pdf/2010.09977.pdf)