.gitignore
.readthedocs.yaml
LICENSE
Makefile
README.md
pyproject.toml
results_and_parameters.csv
.github/workflows/ci.yml
docs/conf.py
docs/configuration.md
docs/contributing.md
docs/index.md
docs/overview.md
docs/references.md
docs/_static/logo.png
docs/tutorials/bayesian_comparison.md
docs/tutorials/elo_ranking.md
docs/tutorials/frequentist_comparison.md
docs/tutorials/frequentist_vs_bayesian.md
docs/tutorials/index.md
docs/tutorials/iqm_ranking.md
docs/tutorials/performance_profiles.md
docs/tutorials/rank_sensitivity.md
evaluma/__init__.py
evaluma/_version.py
evaluma/benchmark.py
evaluma/cli.py
evaluma/metric_registry.py
evaluma/normalize.py
evaluma/plot.py
evaluma/results.py
evaluma.egg-info/PKG-INFO
evaluma.egg-info/SOURCES.txt
evaluma.egg-info/dependency_links.txt
evaluma.egg-info/entry_points.txt
evaluma.egg-info/requires.txt
evaluma.egg-info/top_level.txt
evaluma/methods/__init__.py
evaluma/methods/aggregate.py
evaluma/methods/bayesian.py
evaluma/methods/elo.py
evaluma/methods/frequentist.py
evaluma/methods/iqm.py
evaluma/methods/profiles.py
evaluma/methods/rank_sensitivity.py
tests/conftest.py
tests/test_aggregate.py
tests/test_bayesian.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_elo.py
tests/test_frequentist.py
tests/test_integration.py
tests/test_iqm.py
tests/test_load_df.py
tests/test_load_metric_type_bounds.py
tests/test_metric_registry.py
tests/test_normalize.py
tests/test_profiles.py
tests/test_rank_sensitivity.py
tests/fixtures/geobench_subset.csv
tests/fixtures/score_df.csv
tests/fixtures/score_df_lowerisbetter.csv
tests/fixtures/score_df_missing.csv
tests/fixtures/score_df_seeded.csv