Closed
Bug 1412800
Opened 8 years ago
Closed 8 years ago
TAAR: Encapsulate similarity metric in its own function
Categories
(Data Platform and Tools :: General, defect, P2)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Unassigned)
References
Details
The similarity function used in this [1] recommender should be encapsulated in a function that can be imported by the corresponding etl job [2] to ensure consistency between model generation and recommendations to the client.
[1] - https://github.com/mozilla/taar/blob/b31b425c1111d372855cf730eec688f7b72463a1/taar/recommenders/similarity_recommender.py#L128
[2] - https://github.com/mozilla/python_mozetl/blob/master/mozetl/taar/taar_similarity.py
Reporter | ||
Comment 1•8 years ago
|
||
This was fixed by https://github.com/mozilla/taar/pull/52
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 2•8 years ago
|
||
Moved to new component, per bug 1425844.
Component: General → Add-on Recommender
Assignee | ||
Updated•3 years ago
|
Component: Add-on Recommender → General
You need to log in
before you can comment on or make changes to this bug.
Description
•