Chromium Code Reviews
Description[autofill] Expand Autofill.Quality.* to log false positives/true negatives.
This CL adds Autofill.Quality.* logging for the following cases:
* the field was not confirmed as autofillable (either the user
left the field empty or filled the field with data that was
not recognized); and,
- A: the field was predicated as autofillable
(false positive)
- B: the field was not predicted as autofillable
(true negative)
These round out the logging required to compute precision, recall and
other performance metrics as defined at
https://en.wikipedia.org/wiki/Precision_and_recall.
BUG=710474
Review-Url: https://codereview.chromium.org/2809213002
Cr-Commit-Position: refs/heads/master@{#464127}
Committed: https://chromium.googlesource.com/chromium/src/+/8f71139f8c5982d83fcdcc840a5275698b71438c
Patch Set 1 : Intial CL for review #Patch Set 2 : fix unsigned to bool type conversion warning #
Total comments: 4
Patch Set 3 : better unittest isolation #
Total comments: 6
Patch Set 4 : fix nits #
Messages
Total messages: 31 (23 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||