项目作者: nealmcb

项目描述 :
A multi-winner Proportional Representation voting method for score ballots ala STAR-voting
高级语言: Python
项目地址: git://github.com/nealmcb/allocated_score_voting.git
创建时间: 2021-06-03T18:23:24Z
项目社区:https://github.com/nealmcb/allocated_score_voting

开源协议:MIT License

下载


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