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

Once #4407 is resolved, we can focus on including more bugs in the training set for the Fenix component model. Ideally, once we train the Fenix component model on GeckoView...

This would be helpful in cases where we need to include more data, but these data do not represent what the model will be exposed to once it is deployed...

Also added comments re. failed tests for repository._transform. This is for #384

So we can drop the custom code from db.py, and also we should have improved performance.

_Suggested by @marco-c:_ >For the Fenix model, we should try adding GeckoView too as a potential target some of the Fenix bugs end up in GeckoView We could make this...

Currently, the function `rollback()` that restores a bug its initial version does not handle changes to the product and component: https://github.com/mozilla/bugbug/blob/b7b96b574408f48e23b41cfbfabe4c650850e097/bugbug/bug_snapshot.py#L584 Adding the product and component could also help resolve...

For badly triaged components, there is a risk that bugbot moves a bug to the component and then nobody moves it to a better place. Over time, this can bias...

Sometimes bugs filed in Fenix::General are moved to the GeckoView product.

At the moment, the model rolls back to the time the bug was filed. In some bugs though, more information is available (e.g. the reporter might add more comments, someone...

enhancement

We currently use the Qdrant client directly. Using the LangChain integration would simplify the interface. Docs: https://docs.langchain.com/oss/python/integrations/vectorstores/qdrant