CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
EVALUATION_CARD.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-lock.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/selection-fragility-test.yml
src/selection_fragility/__init__.py
src/selection_fragility/__main__.py
src/selection_fragility/_internals.py
src/selection_fragility/compare.py
src/selection_fragility/fragility.py
src/selection_fragility/identify.py
src/selection_fragility/mcs.py
src/selection_fragility/panel.py
src/selection_fragility/pivot.py
src/selection_fragility/prop22.py
src/selection_fragility/report.py
src/selection_fragility/resolution.py
src/selection_fragility.egg-info/PKG-INFO
src/selection_fragility.egg-info/SOURCES.txt
src/selection_fragility.egg-info/dependency_links.txt
src/selection_fragility.egg-info/requires.txt
src/selection_fragility.egg-info/top_level.txt
tests/README.md
tests/conftest.py
tests/test_ab_testing_domain_review.py
tests/test_core_api_losspanel_acceptance.py
tests/test_crosscutting.py
tests/test_extensibility_review.py
tests/test_packaging.py
tests/test_probabilistic_forecasting_review.py
tests/test_property_based.py
tests/test_reproducibility.py
tests/test_round3_reviews.py
tests/test_round5_competition_integrity.py
tests/test_round6_clinical_biostatistics.py
tests/test_round6_financial_adversarial.py
tests/test_round6_foundation_model_researcher.py
tests/test_round6_production_scale.py
tests/test_round6_recsys_cross_domain.py
tests/test_round7_ab_testing_realistic_data.py
tests/test_round7_clinical_realistic_data.py
tests/test_round7_government_policy_realistic_data.py
tests/test_round7_llm_leaderboard_realistic_data.py
tests/test_round8_concurrency_safety.py
tests/test_round8_energy_grid_realistic_data.py
tests/test_round8_epidemiology_realistic_data.py
tests/test_round8_formula_rederivation.py
tests/test_round8_insurance_actuarial_realistic_data.py
tests/test_round8_losspanel_completeness.py
tests/test_round8_manufacturing_realistic_data.py
tests/test_round8_marketing_attribution_realistic_data.py
tests/test_round8_sports_analytics_realistic_data.py
tests/test_round8_type_annotations.py
tests/test_round9_agriculture_realistic_data.py
tests/test_round9_climate_weather_realistic_data.py
tests/test_round9_election_polling_realistic_data.py
tests/test_round9_fraud_detection_realistic_data.py
tests/test_round9_real_estate_realistic_data.py
tests/test_round9_subgroup_heterogeneity_realistic_data.py
tests/test_security_adversarial.py
tests/test_stage0_losspanel.py
tests/test_stage1_identified.py
tests/test_stage2_resolution.py
tests/test_stage3_kstar_prop22.py
tests/test_stage4_pivot.py
tests/test_stage5_compare.py
tests/test_stage6_report.py