the-algorithm/src/scala/com/twitter/interaction_graph/scio
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
..
agg_address_book Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_all Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_client_event_logs Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_direct_interactions Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_flock Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_negative Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
agg_notifications Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
common Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
ml Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
README.md Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00

README.md

Interaction Graph

This folder contains the code used in the offline pipeline for real graph v2.

The ETL jobs are contained in folders prefaced with agg_*, while the jobs powering the ml pipeline are in the ml folder.

Note that the jobs in the ml folder are mostly ETL jobs; the main training and scoring happens within BQML.