Metadata-Version: 2.4
Name: sr-agreement
Version: 0.0.9
Summary: This is a python implementation of https://github.com/tagteam/SuperRanker, based on Ekstrøm et al (2019) 'Sequential rank agreement methods for comparison of ranked lists'.
Project-URL: Repository, https://github.com/jordantgh/sr-agreement
Author-email: Jordan Taylor <jtaylor81284@gmail.com>
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.11
Requires-Dist: joblib>=1.5.0
Requires-Dist: ma-utils==0.0.3
Requires-Dist: numpy>=2.2.0
Requires-Dist: scipy==1.15.2
Description-Content-Type: text/markdown

This is a Python implementation of R's SuperRanker package (https://github.com/tagteam/SuperRanker), based on Ekstrøm et al (2019) "Sequential rank agreement methods for comparison of ranked lists".