Closed
Bug 1854196
Opened 2 years ago
Closed 1 year ago
Modify categorization logic based on input from Data Science
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: jteow, Assigned: scunnane)
References
Details
Attachments
(1 file)
Once data science agrees upon the logic for categorizing the page based on the domains, we’ll have to modify the existing categorization logic.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → scunnane
| Reporter | ||
Comment 1•2 years ago
•
|
||
In addition to the changes from Data Science, we should make the outputs consistent:
- This line should be referencing an integer value not a string output: https://searchfox.org/mozilla-central/rev/48b6992e03fa66f77ac9688ba61c95d31a451bc1/browser/components/search/SearchSERPTelemetry.sys.mjs#1482
- These should be parsed as an integer: https://searchfox.org/mozilla-central/rev/48b6992e03fa66f77ac9688ba61c95d31a451bc1/browser/components/search/SearchSERPTelemetry.sys.mjs#1493-1496, the reason why they are not is because Object property keys must be strings so the category numbers stored as a property key are converted to strings. We could cast the final category back to an integers.
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by scunnane@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2551e8d043d8
Modify categorization logic based on input from Data Science. r=jteow
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•