You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bucketize all bets by probability, e.g. 0-10% bucket, 10-20% bucket , etc.
In each bucket, get the real probability of markets in them: len(markets resolved as yes in this bucket) / len(all markets in this bucket)
Optionally, consider only bets with confidence >=
The real probability should be within the bucket. We can use that to either calculate "probability accuracy" or MSE between the bucket and real probability.
The following experiment for each agent:
len(markets resolved as yes in this bucket) / len(all markets in this bucket)
The real probability should be within the bucket. We can use that to either calculate "probability accuracy" or MSE between the bucket and real probability.
It would be nice to have it on Dune, but it should be fast to implement in this script so probably best to get the results right away: https://github.com/gnosis/prediction-market-agent-tooling/blob/main/examples/monitor/match_bets_with_langfuse_traces.py
The text was updated successfully, but these errors were encountered: