Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate probability estimation of agents #454

Closed
kongzii opened this issue Oct 1, 2024 · 2 comments
Closed

Evaluate probability estimation of agents #454

kongzii opened this issue Oct 1, 2024 · 2 comments

Comments

@kongzii
Copy link
Contributor

kongzii commented Oct 1, 2024

The following experiment for each agent:

  1. Bucketize all bets by probability, e.g. 0-10% bucket, 10-20% bucket , etc.
  2. 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)
  3. 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.

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

@gabrielfior
Copy link
Contributor

Possibly a duplicate of gnosis/prediction-market-agent#477

@kongzii
Copy link
Contributor Author

kongzii commented Oct 1, 2024

Possibly a duplicate of gnosis/prediction-market-agent#477

Right! I was looking for "probability" in issue titles. Will close this.

@kongzii kongzii closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants