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

Consolidate the Unicode blocks and expand to include dingbats and Japanese outdoor signage emojis. This goes into what seems to be BERT-base-uncased, which is a pretrained model that uses Unicode...

Fixing some typos

Currently, the `IntersectionValueCalculator.scala` utility performs a redundant comparison to assign the `largerArray`/`smallerArray` variables (which are used for binary-search to identify their intersection). This PR suggests to assign both variables simultaneously,...

* Improved README.md for Visibility library * Added a Table Of Content For Easily Access * Added a ID based sections for ease of understanding and Time Saving

**Is your feature request related to a problem? Please describe.** Twitter lies to everyone who leaves a reply by making them think their reply is at the top of the...

**Is your feature request related to a problem? Please describe.** It would be nice to create a unique tag separate from civic misinformation to help document war misinformation. War misinformation...

**Is your feature request related to a problem? Please describe.** There is currently no way to tell if this repo is actually being used in production on Twitter. If the...

documentation
enhancement
project maintenance

- F-strings improve the readability - F-strings are often faster than concatenation because they are evaluated at runtime rather than being built up piece by piece.