Suhaib Mujahid
|
1f5beba559
|
Drop the classifier for the component models
|
2023-11-29 20:01:09 -05:00 |
Joshua Hassan
|
a8bacbe04d
|
Refactored logging statements to use lazy % formatting (#3335)
|
2023-03-09 11:58:37 +01:00 |
Marco Castelluccio
|
2c2407f0dd
|
Add type annotations to the bug classifier script
|
2020-09-01 15:24:21 +02:00 |
Marco Castelluccio
|
7daee812ac
|
Use utils.download_model in the bug classifier script instead of reimplementing downloading models manually
|
2020-09-01 15:19:43 +02:00 |
Marco Castelluccio
|
c3c002002e
|
Update all index URLs, removing the 'relman' string
Follow-up to 0ec86af61b
|
2020-09-01 14:45:02 +02:00 |
Marco Castelluccio
|
d6ee3d755c
|
Stop using f-strings when there are no placeholders
|
2020-05-08 16:14:10 +02:00 |
Abhay Katheria
|
b38b3aa35c
|
Make utils.download_check_etag automatically detect the file name from its URL (#1114)
Fixes #1112
|
2019-11-26 23:54:51 +01:00 |
jeffin sam
|
852903bacb
|
Make the bug_classifier script automatically download the required DB (#1111)
Fixes #1109
|
2019-11-20 13:45:45 +01:00 |
Arjun Krishna
|
f487893f7f
|
Output prediction class name in bug_classifier script (#1094)
Fixes #1070
|
2019-11-10 18:17:39 +01:00 |
Brian Stack
|
f54149cd90
|
Update .taskcluster.yml for community cluster (#1076)
|
2019-11-08 22:13:10 +01:00 |
Marco Castelluccio
|
9756f4ff89
|
force_plot output was removed, so don't use it anymore in the bug classifier script
|
2019-11-04 12:19:12 +01:00 |
Marco Castelluccio
|
31fe020a42
|
Make bug_classifier script output importance plot
|
2019-10-07 19:15:27 +01:00 |
Marco Castelluccio
|
49a0e61c4a
|
Remove feature_names parameter from print_feature_importances call, as it was removed
|
2019-10-07 19:14:34 +01:00 |
Shishir Jha
|
6e1479bc30
|
Add a main function to all console_scripts so they are more easily runnable (#936)
Fixes #831
|
2019-09-09 22:55:39 +02:00 |
cklyyung
|
baddfa5e76
|
Add an option to classify a specific bug (#864)
|
2019-08-08 21:33:51 +02:00 |
Harshit chittora
|
fc31172b84
|
Make bug_classifier script download a pre-trained model when possible (#854)
|
2019-08-05 15:39:37 +02:00 |
cklyyung
|
cf31198d3e
|
Move bug classification code from run.py into a separate script (#829)
|
2019-08-03 02:20:09 +02:00 |