/allocated_score_voting

A multi-winner Proportional Representation voting method for score ballots ala STAR-voting

Primary LanguageJupyter NotebookMIT LicenseMIT

Allocated Score Voting

Allocated Score is a multi-winner Proportional Representation voting method for score ballots ala STAR-voting.

This repository provides an implementation in Python 3 and some examples.

Installation

Dependencies: Python 3.8; Pandas

If you just want to try out the demo, or calculate scores based on your own data, you can run the included Jupyter notebook demo_allocated_core.ipynb at the free notebook hosting site mybinder.org by visiting this URL:

https://mybinder.org/v2/gh/nealmcb/allocated_score_voting/HEAD?labpath=src%2Fdemo_allocated_core.ipynb

See also