.. |
__init__.py
|
Import retriever services and add Docker image definition (#251)
|
2019-04-09 16:30:09 +02:00 |
analyze_training_metrics.py
|
Check value of metrics over a long time (#930)
|
2019-09-27 12:40:36 +02:00 |
backout_related_test_regressions.py
|
Make script to find test regressions for backouts and backed-out commits use the commits DB instead of re-analyzing commits using Mercurial
|
2020-04-29 14:12:03 +02:00 |
bug_classifier.py
|
Make utils.download_check_etag automatically detect the file name from its URL (#1114)
|
2019-11-26 23:54:51 +01:00 |
bug_retriever.py
|
Redownload inconsistent 'Invalid Bugs' bugs too
|
2020-04-12 02:16:33 +02:00 |
check.py
|
Share model downloading and loading code in the utils module
|
2019-12-11 21:40:27 +01:00 |
check_all_metrics.py
|
Fix metrics check (#904)
|
2019-09-02 13:03:32 +02:00 |
comment_level_labeler.py
|
Move comment_level_labeler script in the scripts directory
|
2019-06-08 20:36:13 +02:00 |
commit_classifier.py
|
Add missing repository directory argument to vcs_map.mercurial_to_git call
|
2020-05-04 14:56:08 +02:00 |
commit_retriever.py
|
Use the constants from the repository module rather than rementioning the same paths
|
2020-04-19 12:36:48 +02:00 |
evaluate_similarity.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
generate_duplicate_sheet.py
|
In the retrieval task, download only new or changed bugs
|
2019-06-09 00:32:23 +02:00 |
generate_sheet.py
|
Add a main function to all console_scripts so they are more easily runnable (#936)
|
2019-09-09 22:55:39 +02:00 |
get_type_labels.py
|
Use 'everchanged' operator instead of 'changedafter' operator with 1970 (#598)
|
2019-06-18 22:01:15 -07:00 |
get_untriaged.py
|
In the retrieval task, download only new or changed bugs
|
2019-06-09 00:32:23 +02:00 |
integration_test.sh
|
Use utils.download_model for downloading models in the HTTP service instead of reimplementing it
|
2020-03-01 21:33:18 +01:00 |
microannotate_generator.py
|
No need to retry local git operations
|
2020-04-22 13:36:46 +02:00 |
past_bugs_by_function.py
|
Use default pickle protocol
|
2020-01-29 14:07:10 +01:00 |
redundant_failures.py
|
Make push_data_label and push_data_group normal DBs instead of a JSON containing a very large list
|
2020-05-06 12:49:11 +02:00 |
regressor_finder.py
|
Use a number of threads exactly equal to the number of CPUs available in the system
|
2020-05-08 15:20:49 +02:00 |
retrieve_training_metrics.py
|
Update .taskcluster.yml for community cluster (#1076)
|
2019-11-08 22:13:10 +01:00 |
similarity_query.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
similarity_trainer.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
test_scheduling_history_retriever.py
|
Temporarily force regeneration of the latest 1000 pushes
|
2020-05-07 23:36:21 +02:00 |
trainer.py
|
Define the DBs and DB support files which are required for performing classification with a model as a property of the model
|
2020-04-10 20:13:31 +02:00 |