blob: 4af47347e9be85518b16dfcc149e580c5c4d03a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## create_csv.py
This script creates a csv for every iteration of the classifier (inside *results/classifier*). It represents the quantity of bugs in a category.
Execute:
```
python create_csv.py
```
## create_diff.py
This script creates a diff file, which represents the changes between to iterations.
Execute:
```
python create_diff.py <id_old> <id_new>
```
The *id* is a directory name in *results/classifier*.
|