commit | ab1bdaa0d886062a6b94cd46ecde3daac1b79d2f | [log] [tgz] |
---|---|---|
author | tby <tby@chromium.org> | Tue Jan 18 02:36:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 18 02:36:33 2022 |
tree | 7c85c2daa256a3f6c62eaec5909f64c9813b33bd | |
parent | bb57b6ea1105389449af5e49a35fe8291d724a66 [diff] |
[Categorical search] Tweak the FTRL optimizer interface This removes the interface for members of the ensemble and replaces it with a vector of vectors of scores passed in to FtrlOptimizer::Score. The intention is for the top-level result or category ranker to then own the FtrlOptimizer _and_ each ensemble member, allowing the ensemble members to be passed more information about search results or categories if needed. I've also changed the ctor to take a PersistentProto rather than a base::FilePath, in line with the approach for other data structures in util/. Bug: 1199206 Change-Id: Id5ab71a592a4a408b6026d0d0b36cedd30666bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3393197 Reviewed-by: Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/main@{#960233}
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.