Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Issue 2072893002: [Findit] scripts to calculate confidence level of Findit results. (Closed)

Created:
4 years, 6 months ago by chanli
Modified:
4 years, 2 months ago
Reviewers:
stgao, lijeffrey
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] scripts to calculate confidence level of Findit results. BUG=614565 Committed: https://chromium.googlesource.com/infra/infra/+/6effc89c309b05cb4cac942be391c7399375204d

Patch Set 1 #

Patch Set 2 : . #

Total comments: 23

Patch Set 3 : Address comments #

Patch Set 4 : . #

Patch Set 5 : calculate with suspected_cls #

Patch Set 6 : Merge code and add data model. #

Total comments: 26

Patch Set 7 : address comments. #

Patch Set 8 : Change model name #

Total comments: 14

Patch Set 9 : address comments #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M appengine/findit/model/suspected_cl_confidence.py View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -3 lines 0 comments Download
M appengine/findit/util_scripts/remote_queries/calculate_confidence_scores.py View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (7 generated)
chanli
ptal. These scripts just print out the numbers, I'll create the data model to save ...
4 years, 6 months ago (2016-06-16 21:31:33 UTC) #2
chanli
4 years, 6 months ago (2016-06-16 23:51:27 UTC) #3
stgao
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode27 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:27: SCORE_CHANGE_RELATED_LINE = 1 related file? https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode29 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:29: CORRECT_RESULT_STATUSES = ...
4 years, 6 months ago (2016-06-17 18:38:59 UTC) #4
lijeffrey
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode37 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:37: for hint_score in hints.itervalues(): On 2016/06/17 18:38:59, stgao wrote: ...
4 years, 6 months ago (2016-06-17 19:43:11 UTC) #5
lijeffrey
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode37 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:37: for hint_score in hints.itervalues(): On 2016/06/17 18:38:59, stgao wrote: ...
4 years, 6 months ago (2016-06-17 19:43:12 UTC) #6
chanli
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode27 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:27: SCORE_CHANGE_RELATED_LINE = 1 On 2016/06/17 18:38:59, stgao wrote: > ...
4 years, 6 months ago (2016-06-17 22:01:28 UTC) #7
stgao
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode92 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:92: highest_score = _GetHighestScoreInHints(suspected_cl['hints']) On 2016/06/17 22:01:28, chanli wrote: > ...
4 years, 6 months ago (2016-06-17 23:39:21 UTC) #8
chanli
https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py File appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py (right): https://codereview.chromium.org/2072893002/diff/20001/appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py#newcode92 appengine/findit/util_scripts/remote_queries/check_confidence_level_heuristic.py:92: highest_score = _GetHighestScoreInHints(suspected_cl['hints']) On 2016/06/17 23:39:21, stgao wrote: > ...
4 years, 6 months ago (2016-06-17 23:57:54 UTC) #9
lijeffrey
lgtm
4 years, 4 months ago (2016-08-09 04:17:56 UTC) #10
chanli
PTAL
4 years, 2 months ago (2016-09-26 21:05:48 UTC) #11
chanli
4 years, 2 months ago (2016-10-05 00:56:35 UTC) #12
stgao
https://codereview.chromium.org/2072893002/diff/100001/appengine/findit/index.yaml File appengine/findit/index.yaml (right): https://codereview.chromium.org/2072893002/diff/100001/appengine/findit/index.yaml#newcode24 appengine/findit/index.yaml:24: - name: status Why this has to be changed? ...
4 years, 2 months ago (2016-10-06 01:57:59 UTC) #13
chanli
https://codereview.chromium.org/2072893002/diff/100001/appengine/findit/index.yaml File appengine/findit/index.yaml (right): https://codereview.chromium.org/2072893002/diff/100001/appengine/findit/index.yaml#newcode24 appengine/findit/index.yaml:24: - name: status On 2016/10/06 01:57:58, stgao (slow) wrote: ...
4 years, 2 months ago (2016-10-07 00:01:13 UTC) #14
chanli
ptal
4 years, 2 months ago (2016-10-07 22:33:24 UTC) #15
stgao
lgtm with nits. https://codereview.chromium.org/2072893002/diff/140001/appengine/findit/model/suspected_cl_confidence.py File appengine/findit/model/suspected_cl_confidence.py (right): https://codereview.chromium.org/2072893002/diff/140001/appengine/findit/model/suspected_cl_confidence.py#newcode10 appengine/findit/model/suspected_cl_confidence.py:10: class ConfidenceInformation(ndb.Model): One more line above. ...
4 years, 2 months ago (2016-10-07 22:52:08 UTC) #16
chanli
https://codereview.chromium.org/2072893002/diff/140001/appengine/findit/model/suspected_cl_confidence.py File appengine/findit/model/suspected_cl_confidence.py (right): https://codereview.chromium.org/2072893002/diff/140001/appengine/findit/model/suspected_cl_confidence.py#newcode10 appengine/findit/model/suspected_cl_confidence.py:10: class ConfidenceInformation(ndb.Model): On 2016/10/07 22:52:08, stgao (slow) wrote: > ...
4 years, 2 months ago (2016-10-07 23:25:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2072893002/160001
4 years, 2 months ago (2016-10-07 23:25:03 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Trusty 64 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/31ba4890a687f810) ...
4 years, 2 months ago (2016-10-07 23:26:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2072893002/180001
4 years, 2 months ago (2016-10-07 23:48:36 UTC) #25
commit-bot: I haz the power
4 years, 2 months ago (2016-10-08 00:02:49 UTC) #27
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/infra/infra/+/6effc89c309b05cb4cac942be391c...

Powered by Google App Engine
This is Rietveld 408576698