Граф коммитов

1442 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 0f285381c9 Version 0.0.97 2019-09-07 00:47:08 +02:00
Marco d65ba69ff3
Add a Dockerfile for tools using bugbug nlp stuff (#934)
* Add a Dockerfile for tools using bugbug nlp stuff

* Use the bugbug-base-nlp image for the similarity training task

Fixes #933
2019-09-07 00:45:47 +02:00
Marco Castelluccio 96a5ed0759 Version 0.0.96 2019-09-06 17:14:39 +02:00
Boris Feld 9b07c0b570 Track feature importances in report (#915)
First step for #824
2019-09-06 17:12:59 +02:00
Ayush Shridhar 477807e6e4 Download bugs DB in the similarity trainer script (#937) 2019-09-06 13:11:50 +02:00
Ayush Shridhar 6181dd11af Convert the similarity trainer script to be a console_script (#931) 2019-09-05 11:57:33 +02:00
Boris Feld 1b4c47407b Bump training tasks timeout (#932)
We want to keep tasks and metrics artifacts around so we can monitor their
evolution but we don't want to keep the models for a too long period of time
to reduce storage usage.
2019-09-05 11:54:15 +02:00
Marco Castelluccio 54b163cc0a Update README to explain how to run the training script 2019-09-05 10:47:04 +02:00
Marco Castelluccio 14908e5a06 Add a main function to the trainer script
Part of #831
2019-09-05 10:47:04 +02:00
dependabot-preview[bot] 39c1f35331 Bump marshmallow from 3.0.2 to 3.0.3 (#929)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/marshmallow-code/marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.0.2...3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-05 10:40:29 +02:00
Marco Castelluccio daa075047e Version 0.0.95 2019-09-05 00:55:53 +02:00
Marco Castelluccio 7a3909f030 Temporarily disable regressor finder
While I work on a few improvements to it
2019-09-05 00:37:43 +02:00
Marco Castelluccio e4355bcfb4 Remove ugly newline 2019-09-05 00:37:19 +02:00
dependabot-preview[bot] 6ff52305be Bump microannotate from 0.0.11 to 0.0.13 (#927)
Bumps [microannotate]() from 0.0.11 to 0.0.13.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-04 17:19:07 +02:00
dependabot-preview[bot] 9a0456f006 Bump marshmallow from 3.0.1 to 3.0.2 (#925)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/marshmallow-code/marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.0.1...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-04 16:43:34 +02:00
Ayush Shridhar 59ed555325 Add a task to train a similarity model (the BM25 one) (#874) 2019-09-04 14:38:33 +02:00
Bastien Abadie 69b9c34289 Use taskboot to deploy to PyPI (#923) 2019-09-04 12:37:58 +02:00
Marco Castelluccio 6426361dbf Bring back logging of revision ID to ease debugging
It was removed by 9330e7f759
2019-09-03 18:44:16 +02:00
Ayush Shridhar 58965f6071 Add an option to use Spacy lemmatizer (#908) 2019-09-02 15:27:03 +02:00
Ayush Shridhar 82bbe3af96 Add bm25 and lda similarity to model_name_to_class (#921) 2019-09-02 15:12:30 +02:00
Ayush Shridhar bceef1d884 Add a LDA-based similarity model (#911) 2019-09-02 14:55:01 +02:00
Ayush Shridhar 6639722102 Use more combinations to get duplicate pairs (#920) 2019-09-02 14:54:16 +02:00
SanthoshBala18 391121970a Support multiclass models in the generate_sheet.py script (#896)
Fixes #822
2019-09-02 14:44:54 +02:00
Ayush Shridhar ffec2e35b5 Fix is_first_affected_same when there are no status flags (#890) 2019-09-02 13:59:10 +02:00
dependabot-preview[bot] 217a876f13 Bump tqdm from 4.34.0 to 4.35.0 (#918)
Bump [tqdm](https://github.com/tqdm/tqdm) from 4.34.0 to 4.35.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.34.0...v4.35.0)
2019-09-02 13:24:45 +02:00
dependabot-preview[bot] eb1280adb8 Bump shap from 0.29.3 to 0.30.0 (#919)
Bump [shap](https://github.com/slundberg/shap) from 0.29.3 to 0.30.0.
- [Release notes](https://github.com/slundberg/shap/releases)
- [Commits](https://github.com/slundberg/shap/compare/0.29.3...0.30.0)
2019-09-02 13:24:24 +02:00
Marco Castelluccio 3ab5439af3 Version 0.0.94 2019-09-02 13:10:57 +02:00
Marco Castelluccio e6e252b6e1 Add more defect/enhancement/task labels gathered from changed made by users on Bugzilla 2019-09-02 13:05:59 +02:00
Marco Castelluccio 311e73576f Add more regression/bug/nobug labels 2019-09-02 13:05:53 +02:00
Ayush Shridhar 7896e4f5a7 Add BM25 similarity algorithm (#891) 2019-09-02 13:03:51 +02:00
Boris Feld d3376b63db Fix metrics check (#904)
* Replace the hard exception by a warning

The data pipeline is adding itself as a dependency which makes the
script fails.

* Fix check_all_metrics with non-matching dependencies tasks
2019-09-02 13:03:32 +02:00
Ayush Shridhar 724a6b4ec2 Remove query bug ID from get_similar_bugs (#909) 2019-09-02 12:44:08 +02:00
Boris Feld 2262492b3c Make the warning threshold configurable (#916)
Fixes #851
2019-09-01 23:55:26 +02:00
Megha Kumari 123ff4f547 Update README with current Mercurial extensions (#886) 2019-09-01 21:29:52 +02:00
dependabot-preview[bot] 198a4827d2 Bump rq-dashboard from 0.5.2 to 0.5.3 (#910)
Bump [rq-dashboard](https://github.com/eoranged/rq-dashboard) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/eoranged/rq-dashboard/releases)
- [Commits](https://github.com/eoranged/rq-dashboard/compare/0.5.2...0.5.3)
2019-09-01 21:26:48 +02:00
dependabot-preview[bot] 9d8fd51717 Bump numpy from 1.17.0 to 1.17.1 (#913)
Bump [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.17.0...v1.17.1)
2019-09-01 21:26:18 +02:00
dependabot-preview[bot] fc22d839ae Bump taskcluster from 16.0.0 to 16.2.0 (#900)
Bump [taskcluster](https://github.com/taskcluster/taskcluster) from 16.0.0 to 16.2.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/master/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v16.0.0...v16.2.0)
2019-09-01 21:23:56 +02:00
dependabot-preview[bot] 600ea951d5 Bump keras from 2.2.4 to 2.2.5 (#905)
Bump [keras](https://github.com/keras-team/keras) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/keras-team/keras/releases)
- [Commits](https://github.com/keras-team/keras/compare/2.2.4...2.2.5)
2019-09-01 21:23:38 +02:00
dependabot-preview[bot] efff7d858d Bump pandas from 0.25.0 to 0.25.1 (#907)
Bump [pandas](https://github.com/pandas-dev/pandas) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v0.25.0...v0.25.1)
2019-09-01 21:23:20 +02:00
dependabot-preview[bot] e13fb33286 Bump nltk from 3.4.4 to 3.4.5 (#895)
Bump [nltk](https://github.com/nltk/nltk) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.4.4...3.4.5)
2019-09-01 21:22:58 +02:00
dependabot-preview[bot] 4203761eb4 Bump pytest from 5.0.1 to 5.1.2 (#917)
Bump [pytest](https://github.com/pytest-dev/pytest) from 5.0.1 to 5.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.0.1...5.1.2)
2019-09-01 21:22:39 +02:00
dependabot-preview[bot] b5851e35e4 Bump tqdm from 4.33.0 to 4.34.0 (#893)
Bump [tqdm](https://github.com/tqdm/tqdm) from 4.33.0 to 4.34.0.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.33.0...v4.34.0)
2019-09-01 21:11:33 +02:00
dependabot-preview[bot] 86f3a73f3b Bump marshmallow from 2.19.5 to 3.0.1 (#899)
Bump [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.19.5 to 3.0.1.
- [Release notes](https://github.com/marshmallow-code/marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/2.19.5...3.0.1)
2019-09-01 21:06:02 +02:00
dependabot-preview[bot] f0e63e0a46 Bump pre-commit from 1.18.0 to 1.18.3 (#914)
Bump [pre-commit](https://github.com/pre-commit/pre-commit) from 1.18.0 to 1.18.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v1.18.0...v1.18.3)
2019-09-01 21:01:55 +02:00
Marco Castelluccio e2810c2402 Version 0.0.93 2019-08-09 15:58:01 +02:00
Marco Castelluccio cc21b76c51 Use relman-svc instead of releng-svc
Also fix typo in 'svc'
2019-08-09 15:57:17 +02:00
Marco Castelluccio 2ee0476721 Version 0.0.92 2019-08-09 13:58:03 +02:00
dependabot-preview[bot] c7cf70f50b Bump scipy from 1.3.0 to 1.3.1 (#872)
Bump [scipy](https://github.com/scipy/scipy) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.3.0...v1.3.1)
2019-08-09 10:17:58 +02:00
cklyyung baddfa5e76 Add an option to classify a specific bug (#864) 2019-08-08 21:33:51 +02:00
Ayush Shridhar 070dc7e260 Add a script to get the most similar bugs to an input bug and to train a similarity model (#863)
Fixes #860
2019-08-08 19:05:40 +02:00