The script should:
- Train the model
- Get a set of bugs from Bugzilla
- For each bug:
- Get all signatures;
- Verify that the tool considers those signatures to be similar
- Verify that the tool, given a stack trace from one of the signatures, would have suggested a stack trace from one of the other signatures
Ideally, we have to somehow assign a score to the results of the tool, so we can compare different implementations (e.g. different word embeddings).
The script should:
Ideally, we have to somehow assign a score to the results of the tool, so we can compare different implementations (e.g. different word embeddings).