bugbug/README.md

17 строки
895 B
Markdown
Исходник Обычный вид История

# bugbug
## Classifiers
- **bug vs feature** - Bugs on Bugzilla aren't always bugs. Sometimes they are feature requests, refactorings, and so on. The aim of this classifier is to distinguish between bugs that are actually bugs and bugs that aren't. The dataset currently contains 2110 bugs, the accuracy of the current classifier is ~93% (precision ~95%, recall ~94%).
- **regression vs non-regression** - Bugzilla has a `regression` keyword to identify bugs that are regressions. Unfortunately it isn't used consistently. The aim of this classifier is to detect bugs that are regressions.
- **tracking** - The aim of this classifier is to detect bugs to track.
## Setup
2018-11-20 19:24:02 +03:00
Run `pip install -r requirements.txt` and `pip install -r test-requirements.txt`
If you update the bugs database, run `xz -v9 -k data/bugs.json`.
If you update the commits database, run `xz -v9 -k data/commits.json`.