twitter / the-algorithm

Source code for Twitter's Recommendation Algorithm
https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm
GNU Affero General Public License v3.0
61.96k stars 12.15k forks source link

Use Conformal Prediction #149

Open valeman opened 1 year ago

valeman commented 1 year ago

Is your feature request related to a problem? Please describe. Conformal Prediction is a powerful uncertainty quantification framework that can benefit multiple stages of Twitter algorithm

Describe the solution you'd like The solutions for uncertainty quantification are provided here -> https://github.com/valeman/awesome-conformal-prediction

aloiscochard commented 1 year ago

Hey @valeman thanks for sharing that truely awesome link of links.

Is there anyone in particular that you think we should be looking at?

In which part of the architecture do you think this concept would apply?