.. |
__init__.py
|
Import retriever services and add Docker image definition (#251)
|
2019-04-09 16:30:09 +02:00 |
analyze_training_metrics.py
|
Plot and check classes separately for binary models (#1824)
|
2020-09-28 16:39:54 +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
|
Add type annotations to the bug classifier script
|
2020-09-01 15:24:21 +02:00 |
bug_retriever.py
|
Re-retrieve bugs that belonged to components that have been removed
|
2020-10-05 17:51:21 +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
|
Update all index URLs, removing the 'relman' string
|
2020-09-01 14:45:02 +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
|
Generate JSON artifacts containing past bugs fixed in a given file/function, and past regressions caused by touching a given file/function
|
2020-10-08 13:07:54 +02:00 |
commit_retriever.py
|
Remove unused cache_root property from commit retriever and microannotate generator scripts
|
2020-10-08 15:16:10 +02:00 |
evaluate_similarity.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
generate_duplicate_sheet.py
|
End to end duplicate model script (#1509)
|
2020-05-20 13:04:49 +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
|
Remove unused cache_root property from commit retriever and microannotate generator scripts
|
2020-10-08 15:16:10 +02:00 |
past_bugs_by_unit.py
|
Generate JSON artifacts containing past bugs fixed in a given file/function, and past regressions caused by touching a given file/function
|
2020-10-08 13:07:54 +02:00 |
redundant_failures.py
|
Update redundant failures script to handle the new format of the push data file
|
2020-09-24 15:53:08 +02:00 |
regressor_finder.py
|
Avoid local type definition for classes variables
|
2020-09-24 16:28:26 +02:00 |
retrieve_training_metrics.py
|
Update all index URLs, removing the 'relman' string
|
2020-09-01 14:45:02 +02:00 |
similarity_query.py
|
Update all index URLs, removing the 'relman' string
|
2020-09-01 14:45:02 +02:00 |
similarity_trainer.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
test_scheduling_history_retriever.py
|
Use mozci.config module instead of adr.config module
|
2020-09-21 16:15:46 +02:00 |
trainer.py
|
Stop using f-strings when there are no placeholders
|
2020-05-08 16:14:10 +02:00 |