John Pangas

Results 6 issues of John Pangas

There are some tasks that need to be done to prepare for `comment` models: ```[tasklist] ### Tasks - [x] Create a function to `get_comment` from Bugzilla using `comment_id` - [x]...

Closes #3377 This PR introduces the `spamcomment` model which is trained to identify spam comments. Later, it will be used to tag potential spam comments. The model is a work...

**Issue:** Closes #4094 **Comments:** This PR introduces work the base comment model and the necessary functions to work with classifying and predicting comments. Other specific comment models e.g `spamcomment` in...

Fixes #2786 This PR includes the bugs from `"Calendar"`, `"Chat Core"`, `"MailNews Core"` and `"Thunderbird"` products. As requested in the issue, this PR excludes the bugs from these products from...

#### Reference Issues Resolves #2787 #### Explained Changes: This PR includes small changes that allow us to skip bugs filed by creators with `editbugs` permissions. It also includes a change...

**Issue:** Closes #3902 **Comments:** This PR introduces the integration of our training tasks with [weights and biases](https://wandb.ai/). This PR is a work in progress.