mozilla / bugbug

Platform for Machine Learning projects on Software Engineering
Mozilla Public License 2.0
503 stars 311 forks source link

Support classifying large batches of bugs #1383

Open marco-c opened 4 years ago

marco-c commented 4 years ago

So we can remove batching from clients such as https://github.com/mozilla/relman-auto-nag/blob/78104fde18e4049d8c3b086f16818c807473328c/auto_nag/bugbug_utils.py#L44.

We can also revert the part of https://github.com/mozilla/bugbug/pull/794 which enforces a limit of 1000 on the batch size.

marco-c commented 4 years ago

See also #797.