
Will Manifold revert "Use bayseian average hit rate for user topic score #2659" in June?
5
Ṁ100Ṁ247resolved Jul 17
Resolved
NO1H
6H
1D
1W
1M
ALL
Resolves YES if Manifold reverts the specified PR or otherwise stops calculating conversion scores via prior-->posterior hits-misses distribution.
Current code from backend/shared/src/calculate-user-topic-interests.ts:
const totalHits = priorStats.hits + hits + FEED_CARD_HITS
const totalMisses = priorStats.misses + misses + FEED_CARD_MISSES
// Using score from https://www.evanmiller.org/bayesian-average-ratings.html
score = betaIncompleteInverse(
1 / (1 + FEED_BETA_LOSS),
totalHits,
totalMisses
)This question is managed and resolved by Manifold.
Market context
Get
1,000 to start trading!
🏅 Top traders
| # | Trader | Total profit |
|---|---|---|
| 1 | Ṁ25 | |
| 2 | Ṁ24 | |
| 3 | Ṁ12 | |
| 4 | Ṁ6 |