Skip to content

Import BugBot ML spam score, and only show reports with >=95% valid probability.#44

Merged
denschub merged 1 commit intomainfrom
import-ml-classification
Jul 10, 2025
Merged

Import BugBot ML spam score, and only show reports with >=95% valid probability.#44
denschub merged 1 commit intomainfrom
import-ml-classification

Conversation

@denschub
Copy link
Copy Markdown
Collaborator

@denschub denschub commented Jul 9, 2025

Part of #14.

r? @jgraham

query: JSON.stringify({
op: "AND",
comments__length__gt: 0,
ml_valid_probability__gt: 0.95,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@denschub denschub requested a review from jgraham July 9, 2025 13:49
@denschub denschub merged commit 927abec into main Jul 10, 2025
2 checks passed
@denschub denschub deleted the import-ml-classification branch July 10, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants