Suhaib Mujahid

Results 60 comments of Suhaib Mujahid

You are more than welcome. If you need any help or have any questions, please join the [bugbug](https://chat.mozilla.org/#/room/#bugbug:mozilla.org) Matrix room. I will be glad to help.

> As far as I understood, the goal is to build a model that assigns accessibility label to the relevant issues? Yes, accessibility bugs are tagged manually with [`access`](https://mzl.la/3Gi3zLL) keyword...

You could start by setting up the environment and installing the dependencies as explained in the [readme file](https://github.com/mozilla/bugbug#setup-and-prerequisites). Next, you could try training an existing model; [`spambug`](https://github.com/suhaibmujahid/bugbug/blob/master/bugbug/models/spambug.py) model could be...

Thank you for your interest, @Chandu-4444. This issue already has work in progress. Would you mind having a look at #2833.

@Amotul-raheem Thank you for doing this! > Thunderbird bugs appeared 1249 times Thunderbird product has more than [62K bugs](https://bugzilla.mozilla.org/rest/bug?product=Thunderbird&count_only=1), out of that [9.4K](https://bugzilla.mozilla.org/rest/bug?product=Thunderbird&f1=creation_ts&o1=greaterthan&v1=-30m&count_only=1) created in the last 30 months only....

Feel free to research the way that you see suitable. The following are just suggestions: - For stopwords to remove from nltk, you could check if any of them has...

Thank you @Amotul-raheem ! Very nice work 👍 > Some of them have been filtered out in the similarity script logic either because they fall into the NLTK stopwords or...

@Amotul-raheem the latest version is `v0.024` and it does not have a downloadable pre-built binary: https://github.com/mozilla/rust-code-analysis/releases/tag/v0.0.24, thus we cannot use it in the CI (at least not in the same...

@Amotul-raheem I would advise convert the images one by one. Also, you do not need to convert all of them, only where possible. Installing the missed tools should not significantly...

@Amotul-raheem could you evaluate if using slim + apt update + apt install git is more or less efficient than just using the full image?