quantified-uncertainty / metaforecast

Fetch forecasts from prediction markets/forecasting platforms to make them searchable. Integrate these forecasts into other services.
https://metaforecast.org/
MIT License
56 stars 5 forks source link

Metaculus community forecasts are flipped #76

Closed Platinuman closed 2 years ago

Platinuman commented 2 years ago

Steps to reproduce:

  1. visit https://metaforecast.org/?forecastingPlatforms=metaculus
  2. See difference between metaforecast and metaculus
berekuk commented 2 years ago

Ohhh. Unfortunate refactoring, thanks for catching this! Will fix soon. (It's not just metaculus, all binary probabilities got replaced with max(p, 100-p)...)