Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 991 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 991 Bytes

Introduction

Compare PredictIt shares, betting odds, 538 models, Economist models, and 538 polling in the 2020 U.S. Presidential election.

A simple python script that compares by state:

Online betting sites' implied probabilities are visualized here.

To run this script, first install the necessary libraries via pip:

pip install numpy pandas requests urllib3