commit | 11bdf7787ffabc0bb807201cdde3c99643e98ffa | [log] [tgz] |
---|---|---|
author | tby <tby@chromium.org> | Wed Jan 19 05:52:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 19 05:52:59 2022 |
tree | cd8866c66706b1df768b9841a141d1794326dff9 | |
parent | 504a7aff4c8bcd5a42d4cffc1f9e317dd7e2bf86 [diff] |
[Categorical search] Connect FTRL ranking This pulls together the FTRL optimizer with the other ranking logic already implemented into two ranker instances, one for results and one for categories. It also deletes several files that are now obsolete. This makes the ranking structure: 1. Score normalization 2. FTRL result ranking using: - MRFU-based usage - score normalization 3. FTRL category ranking using: - MRFU-based usage - top-result-per-category 4. Best match ranking Follow-up CLs will add other planned experts to the FTRL result ranking. This CL has unit tests for ftrl_ranker, but some broader unit tests for ranking as whole will be added in a follow-up. Bug: 1199206 Change-Id: I482ca67647809cf0bb8bffc746774faf0bd20e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3394399 Reviewed-by: Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/main@{#960797}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.