CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
benchmarks/compare_sklearn.py
examples/01_quickstart.py
examples/02_pipeline_gridsearch.py
examples/03_diagnostics.py
examples/README.md
kar_kcm.egg-info/PKG-INFO
kar_kcm.egg-info/SOURCES.txt
kar_kcm.egg-info/dependency_links.txt
kar_kcm.egg-info/requires.txt
kar_kcm.egg-info/top_level.txt
karkcm/__init__.py
karkcm/baselines.py
karkcm/data.py
karkcm/estimator.py
karkcm/kar.py
karkcm/kcm.py
karkcm/metrics.py
karkcm/nets.py
karkcm/paths.py
karkcm/experiments/__init__.py
karkcm/experiments/aggregate.py
karkcm/experiments/backbone.py
karkcm/experiments/collapse_gap.py
karkcm/experiments/discriminators.py
karkcm/experiments/kar_ablation.py
karkcm/experiments/kcm_benchmark.py
results/section4_kcm/kcm_per_run_47.csv
results/section4_kcm/kcm_summary_47.csv
results/section4_kcm/kcm_timing_47.csv
results/section4_kcm/leaderboard.csv
scripts/download_datasets.py
tests/__init__.py
tests/conftest.py
tests/test_determinism.py
tests/test_edge_cases.py
tests/test_estimator_parity.py
tests/test_input_contract.py
tests/test_no_torch.py
tests/test_paper_regression.py
tests/test_scaling_tradeoff.py
tests/test_scoring_equivalence.py
tests/test_sign_convention.py
tests/test_sklearn_api.py
tests/test_sklearn_conformance.py