Note: The code works with python 3.6
, tensorflow 1.14
and keras 2.3.1
.
- You need download data sets mentioned above first.
- For Chromium, Mozilla Core and Mozilla Firefox, you can directly use after upziping under
data
folder. - For NetBeans and eclipse, you need run the SQL file in MySQL. Then
big_id
,short_desc
,assigned_to
,bug_status
andresolution
field in tablebugs
andbug_id
,bug_when
andthetext
field in tablelongdescs
are extracted in ajson
format. Note that the format ofbug_when
field is set to a sortable style likeyymmdd 00-00-00
. After that you can put the file underdata
folder. - Run
HAN-XXX.ipynb
file in Jupyter Notebook. - GloVe word vectors need to be trained separately, cleck here for concrete manner.