the-algorithm icon indicating copy to clipboard operation
the-algorithm copied to clipboard

Source code for the X Recommendation Algorithm

Results 385 the-algorithm issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Some tweets are only relevant in a specific order or until a specific time. For example, I follow a bunch...

Essentially replace all the weighting with a set of preferences that the user can opt-in or opt-out. Let the user customize their own experience instead of a set of algorithms...

Hello, I've implemented the twitter recommendation algorithm here: ```python # checkstyle: noqa import tensorflow.compat.v1 as tf from tensorflow.python.estimator.export.export import build_raw_serving_input_receiver_fn from tensorflow.python.framework import dtypes from tensorflow.python.ops import array_ops import tensorflow_hub...

We can use `anyhow::Error` over `Box` which can support more error handling, and since we already use `anyhow` crate for handling `Result` trait in other files.

**Describe the bug** For a tangentially related project, I started to look through the Twitter source code for geospatial search queries and I came across this method that looked slightly...

There is clearly a PROBLEM with this approach: ShadowBan is supposed to ban abusers from the platform, but with this code, it can be used by malicious groups and virtual...

Previous title: ⚠⚠⚠fix for a major security issue⚠⚠⚠ Got fooled? Have a great day! ;)

**Describe the bug** As described in the title. I am not sure where to look in the source code yet. But this has been an ongoing issue where I am...

Fixed some spelling and typos.