New issue
Advanced search Search tips

Issue 891736 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 5
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 850624



Sign in to add a comment

NavigationPredictor: Normalize the scales when computing anchor element score

Project Member Reported by tbansal@chromium.org, Oct 3

Issue description

Currently, the final anchor element prediction score is computed by multiplying different anchor metric values with integer scales. This means that changing the scales results in changing the anchor element score. This makes it difficult to experiment with different scales for different anchor element metric values.

We should normalize the final prediction score over a scale of 100. This would allow us to experiment with using different scales, and compare the accuracy of different prediction algorithms.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 4

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/5909a41f374853e300f0056566665fa4827be1d6

commit 5909a41f374853e300f0056566665fa4827be1d6
Author: Tarun Bansal <tbansal@chromium.org>
Date: Thu Oct 04 22:08:14 2018

Normalize the anchor element navigation score

NavigationPredictor: Normnalize the final anchor element
prediction score to between 0.0 and 100.0. This makes it easier
for different experiment arms to change the scales of different
anchor element properties and still compare the final
anchor element score.

Bug:  891736 
Change-Id: I7378fe3d8fe68cde32c6216802b077432758562a
Reviewed-on: https://chromium-review.googlesource.com/c/1259142
Commit-Queue: Tarun Bansal <tbansal@chromium.org>
Reviewed-by: Jesse Doherty <jwd@chromium.org>
Reviewed-by: Ryan Sturm <ryansturm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596879}
[modify] https://crrev.com/5909a41f374853e300f0056566665fa4827be1d6/chrome/browser/navigation_predictor/navigation_predictor.cc
[modify] https://crrev.com/5909a41f374853e300f0056566665fa4827be1d6/chrome/browser/navigation_predictor/navigation_predictor.h
[modify] https://crrev.com/5909a41f374853e300f0056566665fa4827be1d6/tools/metrics/histograms/histograms.xml

Status: Fixed (was: Started)
Blocking: 850624

Sign in to add a comment