the-algorithm/follow-recommendations-service/common/src/main/scala/com/twitter/follow_recommendations/common/candidate_sources/socialgraph
twitter-team ef4c5eb65e Twitter Recommendation Algorithm
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-03-31 17:36:31 -05:00
..
BUILD Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
README.md Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
RecentFollowingRecentFollowingExpansionSource.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
RecentFollowingRecentFollowingExpansionSourceFSConfig.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
RecentFollowingRecentFollowingExpansionSourceParams.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00

Social Graph Candidate Source

Provides candidate expansion based on the Twitter social graph.

Currently, the expansion is mainly based on the "follow" social graph edge, which allows the service to identify recent following accounts for a given set of accounts. The input accounts could be a user's recent following, engaged, or other related accounts.

In summary, the Social Graph Candidate Source utilizes the Twitter social graph to provide candidate expansion, primarily focusing on recent following accounts.