Metadata-Version: 2.1
Name: rankpy
Version: 0.3
Summary: Package which creates a single, ranked order of charges from multiple lists of rankings.
Author-email: JJ Naddeo <jnaddeo@gmail.com>, Kevin Himberger <kevin.himberger@justiceinnovationlab.org>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: jenkspy
Requires-Dist: trueskill
Project-URL: home-page, https://github.com:Justice-Innovation-Lab/rankpy

# rankpy
Various ranking and segmentation algorithms for lists of rankings.

## Package organization

### data
Sample .csv files representing survey data & input into the rankpy code.

### environments
YAML file with the necessary Python packages for all code execution.

### notebooks
Jupyter notebooks to show execution of the rankpy code.

### rankpy

`process_example.py` -- Function to convert raw survey data into the required input.<br>
`rank.py` -- Functions to apply Hodge ranking & validation testing.

#### tests
Unit tests for specific functions.

