the-algorithm/ann/src/main/scala/com/twitter/ann/scalding/offline
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
..
faissindexbuilder Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
indexbuilder Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
indexbuilderfrombq Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
BUILD.bazel Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
IndexingStrategy.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
KnnDebug.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
KnnEntityRecoDebugJob.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
KnnHelper.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
KnnOfflineJob.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
KnnTruthSetGenerator.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
ParameterlessQueryable.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
README Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00

# Description

This pipeline uses hnsw and scalding to create an hnsw index based on producers embeddings, which
it then uses to construct lists of producer suggestions for each user.