the-algorithm
the-algorithm copied to clipboard
Source code for the X Recommendation Algorithm
https://github.com/twitter/the-algorithm/blob/7f90d0ca342b928b479b512ec51ac2c3821f5922/ann/src/main/java/com/twitter/ann/hnsw/DistancedItem.java#L7 ``` org.projectlombok lombok 1.18.24 provided ```
Requesting inbd/outbd interfaces w/ github for transparency on enhancement, maintenance, incident approval/change control/voting process
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I’m always frustrated when...
Am I reading this right? https://github.com/twitter/the-algorithm/blob/main/home-mixer/server/src/main/scala/com/twitter/home_mixer/functional_component/decorator/HomeTweetTypePredicates.scala#L188 Are you actually pushing tweets to users /because/ they're detected as toxic?!
The 'For you' recommendations should be more based on user interests that are added to the profile, rather than the current algorithm based on accounts followed. It is not necessary...
**To Reproduce** Steps to reproduce the behavior: Go to trust_and_safety_models\toxicity and run "python train.py" **Expected behavior** It works **Screenshots**  **Environment** I am using Windows 10 version 19045.2673. I am...
Hello, The FRS_architecture.png has an awkward spelling of "FIIters" [sic] in the "Flow Definition." Click on the png via this path: the-algorithm/follow-recommendations-service/FRS_architecture.png "FIIters" should be corrected to say "Filters" at...
**Issue** Your network structure is utilized only at the beginning of the pipeline in a pre-processing step. This is classical ML where you manually construct features for your users. This...
The functions, specifically within the T&S model Python code, could use docstrings, to better help with code reviews and potential PRs.
**Is your feature request related to a problem? Please describe.** Right now everyone is forced to see whatever twitter algo will consider it worthy to get into the timeline. User...