Package for ranking algorithms
Project description
Robust Ranking
!Warning! This package is currently still under heavy development.
A Python package for robust ranking.
Installation
pip install git+https://github.com/jeroenrook/robustranking
Example usage
from robustranking.benchmark import Benchmark
from robustranking.comparison import BootstrapComparison
# Load benchmark data
benchmark = Benchmark()
benchmark.from_pandas(df, "algorithm", "instance", "pqr10")
print(benchmark.show_stats())
comparison = BootstrapComparison(benchmark,
alpha=0.05,
minimise=True,
bootstrap_runs=10000,
aggregation_method=np.mean)
robust_ranks = comparison.get_ranking()
print(robust_ranks)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
robustranking-0.2.tar.gz
(23.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robustranking-0.2.tar.gz.
File metadata
- Download URL: robustranking-0.2.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87dbff9ddaab868f3944984b45ddc6c8f81bc5b77f01a0cfefa013a2365c42ca
|
|
| MD5 |
272369e1b81b445d718a4f094f5f3493
|
|
| BLAKE2b-256 |
aca065255d15c9ff644f144a79954f1922b5548a2d75523093e8e4da1c7e334f
|
File details
Details for the file robustranking-0.2-py3-none-any.whl.
File metadata
- Download URL: robustranking-0.2-py3-none-any.whl
- Upload date:
- Size: 29.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
896c2bc92f54347e432b4c27b78cec922bbc031822b92816f2c87689d7881656
|
|
| MD5 |
5cbff09d1681ebf970ec9e6d07f33dc6
|
|
| BLAKE2b-256 |
62e525914ca06e9413b9f5dfa5ab22f70351eb20706e574807e2d17135c6a838
|