Does it show the part where is recommends Elon more than anyone else?
Perhaps that's related to this line. Though perhaps this is just used for observing metrics. https://github.com/twitter/the-algorithm/blob/7f90d0ca342b92...
Twitter's Recommendation Algorithm
261–270 of 1001 posts
Re: Twitter's Recommendation Algorithm
#262Re: Twitter's Recommendation Algorithm
#263Earlier quoted context omitted.
--
The importance of Twitter was it being the primary posting location for a lot of things. A number of the artists and other creatives I know have gotten absolutely gutted by this.
Re: Twitter's Recommendation Algorithm
#264I wonder what the "author_is_elon", "author_is_power_user", "author_is_democrat", and "author_is_republican" labels are for [1]. [1]: https://github.com/twitter/the-algorithm/blob/main/home-mixe...
https://i.imgur.com/F8GSeyH.png
And, no, this wasn't in a merge-request, it was in the "main" branch of HomeTweetTypePredicates.scala.
Re: Twitter's Recommendation Algorithm
#265Earlier quoted context omitted.
When your visa is on the line, you’ll do anything
Engineers who work at twitter can easily find another job in the US.
Re: Twitter's Recommendation Algorithm
#266For ranking the candidates these predictions are combined into a score by weighting them: "recap.engagement.is_favorited": 0.5 "recap.engagement.is_good_clicked_convo_desc_favorited_or_replied": 11* (the maximum prediction from these two "good click" features is used and weighted by 11, the other prediction is ignored). "recap.engagement.is_good_clicked_convo_desc_v2": 11* "recap.engagement.is_negative_feedback_v2":…
I wonder if this is why threads rank so obnoxiously high. They get artificially boosted by the author replying to their own tweet
Re: Twitter's Recommendation Algorithm
#267I wonder what the "author_is_elon", "author_is_power_user", "author_is_democrat", and "author_is_republican" labels are for [1]. [1]: https://github.com/twitter/the-algorithm/blob/main/home-mixe...
I'd love to see the exact date author_is_elon was added. Too bad they didn't publish the commit history
Re: Twitter's Recommendation Algorithm
#268Say what you will about Elon, but this wouldn't have happened without him. Thanks! And thank you to everyone at Twitter who helped organize this release. Open sourcing something like this is no small effort.
I am not sure about that. Twitter has open sourced a lot of stuff in the past. There were certainly people there who would run the site as a nonprofit public service if they had the choice.
Re: Twitter's Recommendation Algorithm
#269Re: Twitter's Recommendation Algorithm
#270https://github.com/twitter/the-algorithm/tree/main/src/java/...