the-algorithm/src/scala/com/twitter/interaction_graph/scio/README.md
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

333 B

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.