-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ctjlewis/the-algorithm
base: main
head repository: twitter/the-algorithm
compare: main
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2dbdfe1 - Browse repository at this point
Copy the full SHA 2dbdfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5e7fc - Browse repository at this point
Copy the full SHA ee5e7fcView commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9115361 - Browse repository at this point
Copy the full SHA 9115361View commit details
Commits on Apr 4, 2023
-
[home-mixer] fix has_gte_10k_favs typo
Fixes twitter#384, closes twitter#242, closes twitter#362, closes twitter#572, closes twitter#577, closes twitter#650, closes twitter#745, closes twitter#935, closes twitter#1076, closes twitter#1079, closes twitter#1105, closes twitter#1561
twitter-team committedApr 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d1cab28 - Browse repository at this point
Copy the full SHA d1cab28View commit details -
Merge pull request twitter#550 from MrAuro/improve-navi-docs
(docs): Improve README file for Navi
Configuration menu - View commit details
-
Copy full SHA for 9f0afc0 - Browse repository at this point
Copy the full SHA 9f0afc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8147d8 - Browse repository at this point
Copy the full SHA e8147d8View commit details -
Merge pull request twitter#452 from pouriya/refactor-dr_transform
Refactor `navi/dr_transform`
Configuration menu - View commit details
-
Copy full SHA for 36588c6 - Browse repository at this point
Copy the full SHA 36588c6View commit details -
[minor] Fix grammar + typo issues
Closes twitter#557, closes twitter#678, closes twitter#748, closes twitter#806, closes twitter#818, closes twitter#842, closes twitter#866, closes twitter#948, closes twitter#1024, closes twitter#1313, closes twitter#1458, closes twitter#1461, closes twitter#1465, closes twitter#1491, closes twitter#1503, closes twitter#1539, closes twitter#1611
twitter-team committedApr 4, 2023 Configuration menu - View commit details
-
Copy full SHA for bb09560 - Browse repository at this point
Copy the full SHA bb09560View commit details
Commits on Apr 5, 2023
-
[VF] updates includes addressing Ukraine labels
Closes twitter#1489 Closes twitter#1524 Closes twitter#1659 Closes twitter#1520
twitter-team committedApr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 3f69746 - Browse repository at this point
Copy the full SHA 3f69746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3496189 - Browse repository at this point
Copy the full SHA 3496189View commit details -
[cr-mixer/home-mixer] Remove
getLinearRankingParams
in EarlybirdTen……sorflowBasedSimilarityEngine Remove unused ranking params which are specified by services when making an Earlybird relevance search. For cr-mixer: since we always set useTensorflowRanking = true in EarlybirdSimilarityEngineRouter, we will only ever use the TensorFlowBasedScoringFunction for ranking search results. That function doesn't rely on any of the linear params specified in getLinearRankingParams, nor the boosts because we set applyBoosts = false in the request. These parameters are therefore strictly redundant. The parameters in home-mixer can be removed for essentially the same reason—the parameters are redundant given that we use the Tensorflow scoring function and don't apply boosts.
twitter-team committedApr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 138bb51 - Browse repository at this point
Copy the full SHA 138bb51View commit details
Commits on Apr 14, 2023
-
Open-sourcing Topic Social Proof Service
Topic Social Proof Service (TSPS) delivers highly relevant topics tailored to a user's interests by analyzing topic preferences, such as following or unfollowing, and employing semantic annotations and other machine learning models.
twitter-team committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 94ff4ca - Browse repository at this point
Copy the full SHA 94ff4caView commit details -
Open-sourcing User Signal Service
User Signal Service (USS) is a centralized online platform that supplies comprehensive data on user actions and behaviors on Twitter. This service stores information on both explicit signals, such as Favorites, Retweets, and replies, and implicit signals like Tweet clicks, profile visits, and more.
twitter-team committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for f1b5c32 - Browse repository at this point
Copy the full SHA f1b5c32View commit details -
Open-sourcing Unified User Actions
Unified User Action (UUA) is a centralized, real-time stream of user actions on Twitter, consumed by various product, ML, and marketing teams. UUA makes sure all internal teams consume the uniformed user actions data in an accurate and fast way.
twitter-team committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 617c8c7 - Browse repository at this point
Copy the full SHA 617c8c7View commit details -
[opensource] Update README to include all new modules
Since the first batch of open sourcing, we have added the following components: - User signal service - Unified user actions - Topic social proof service Update the README to include these.
twitter-team committedApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e5c875 - Browse repository at this point
Copy the full SHA 6e5c875View commit details
Commits on Apr 28, 2023
-
Latest navi open source refresh
latest code change including the global thread pool Closes twitter#452 Closes twitter#505
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 4df87a2 - Browse repository at this point
Copy the full SHA 4df87a2View commit details -
[Medium][UUA] Clean up BCE in UUA
This is to clean up the BCE adapters and services in UUA since BCE no longer exists.
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 23fa75d - Browse repository at this point
Copy the full SHA 23fa75dView commit details -
improvements from external prs
-fix corner case where dr converter failed when initializing Closes twitter#550
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 31e82d6 - Browse repository at this point
Copy the full SHA 31e82d6View commit details -
User Signals in Candidate Sourcing Stage
Add the overview readme about how Twitter uses user signals in candidate retrieval.
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for b5e849b - Browse repository at this point
Copy the full SHA b5e849bView commit details -
Open-sourcing Timelines Aggregation Framework
Open sourcing Aggregation Framework, a config-driven Summingbird based framework for generating real-time and batch aggregate features to be consumed by ML models.
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 197bf2c - Browse repository at this point
Copy the full SHA 197bf2cView commit details -
Open-sourcing Representation Manager
Representation Manager (RMS) serves as a centralized embedding management system, providing SimClusters or other embeddings as facade of the underlying storage or services.
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 43cdcf2 - Browse repository at this point
Copy the full SHA 43cdcf2View commit details -
Open-sourcing Representation Scorer
Representation Scorer (RSX) serves as a centralized scoring system, offering SimClusters or other embedding-based scoring solutions as machine learning features.
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 5edbbee - Browse repository at this point
Copy the full SHA 5edbbeeView commit details -
README updates: representation-manager and representation-scorer
twitter-team committedApr 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 90d7ea3 - Browse repository at this point
Copy the full SHA 90d7ea3View commit details
Commits on May 19, 2023
-
Tweetypie is the core Tweet service that handles the reading and writing of Tweet data.
twitter-team committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 01dbfee - Browse repository at this point
Copy the full SHA 01dbfeeView commit details -
Pushservice is the main recommendation service we use to surface recommendations to our users via notifications. It fetches candidates from various sources, ranks them in order of relevance, and applies filters to determine the best one to send.
twitter-team committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b389c3d - Browse repository at this point
Copy the full SHA b389c3dView commit details
Commits on May 22, 2023
-
- renames pushservice readme.md to README.md - Minor changes to main README.md
twitter-team committedMay 22, 2023 Configuration menu - View commit details
-
Copy full SHA for fb54d8b - Browse repository at this point
Copy the full SHA fb54d8bView commit details
Commits on Jul 13, 2023
-
[opensource] Update home mixer with latest changes
twitter-team committedJul 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 72eda9a - Browse repository at this point
Copy the full SHA 72eda9aView commit details
There are no files selected for viewing