LICENSE
README.md
pyproject.toml
shortcut_detect/__init__.py
shortcut_detect/base_builder.py
shortcut_detect/datasets.py
shortcut_detect/detector_base.py
shortcut_detect/detector_template.py
shortcut_detect/discovery.py
shortcut_detect/embedding_sources.py
shortcut_detect/gradcam.py
shortcut_detect/mcp_server.py
shortcut_detect/metrics.py
shortcut_detect/model_registry.py
shortcut_detect/unified.py
shortcut_detect/utils.py
shortcut_detect/benchmark/__init__.py
shortcut_detect/benchmark/baseline_comparison.py
shortcut_detect/benchmark/chexpert_extraction.py
shortcut_detect/benchmark/convergence_viz.py
shortcut_detect/benchmark/figures.py
shortcut_detect/benchmark/fp_analysis.py
shortcut_detect/benchmark/measurement.py
shortcut_detect/benchmark/method_utils.py
shortcut_detect/benchmark/paper_run.py
shortcut_detect/benchmark/paper_runner.py
shortcut_detect/benchmark/run.py
shortcut_detect/benchmark/runner.py
shortcut_detect/benchmark/sensitivity.py
shortcut_detect/benchmark/synthetic.py
shortcut_detect/benchmark/synthetic_generator.py
shortcut_detect/causal/__init__.py
shortcut_detect/causal/causal_effect_detector.py
shortcut_detect/causal/plugin.py
shortcut_detect/causal/causal_effect/__init__.py
shortcut_detect/causal/causal_effect/builder.py
shortcut_detect/causal/causal_effect/registry.py
shortcut_detect/causal/causal_effect/src/__init__.py
shortcut_detect/causal/causal_effect/src/detector.py
shortcut_detect/causal/generative_cvae/__init__.py
shortcut_detect/causal/generative_cvae/builder.py
shortcut_detect/causal/generative_cvae/registry.py
shortcut_detect/causal/generative_cvae/src/__init__.py
shortcut_detect/causal/generative_cvae/src/detector.py
shortcut_detect/clustering/__init__.py
shortcut_detect/clustering/builder.py
shortcut_detect/clustering/hbac_detector.py
shortcut_detect/clustering/plugin.py
shortcut_detect/comparison/__init__.py
shortcut_detect/comparison/runner.py
shortcut_detect/conditions/__init__.py
shortcut_detect/conditions/base.py
shortcut_detect/conditions/indicator_count.py
shortcut_detect/conditions/majority_vote.py
shortcut_detect/conditions/meta_classifier.py
shortcut_detect/conditions/meta_model.joblib
shortcut_detect/conditions/meta_model.meta.json
shortcut_detect/conditions/multi_attribute.py
shortcut_detect/conditions/registry.py
shortcut_detect/conditions/weighted_risk.py
shortcut_detect/fairness/__init__.py
shortcut_detect/fairness/plugin.py
shortcut_detect/fairness/demographic_parity/__init__.py
shortcut_detect/fairness/demographic_parity/builder.py
shortcut_detect/fairness/demographic_parity/registry.py
shortcut_detect/fairness/demographic_parity/src/__init__.py
shortcut_detect/fairness/demographic_parity/src/detector.py
shortcut_detect/fairness/equalized_odds/__init__.py
shortcut_detect/fairness/equalized_odds/builder.py
shortcut_detect/fairness/equalized_odds/registry.py
shortcut_detect/fairness/equalized_odds/src/__init__.py
shortcut_detect/fairness/equalized_odds/src/detector.py
shortcut_detect/fairness/intersectional/__init__.py
shortcut_detect/fairness/intersectional/builder.py
shortcut_detect/fairness/intersectional/registry.py
shortcut_detect/fairness/intersectional/src/__init__.py
shortcut_detect/fairness/intersectional/src/detector.py
shortcut_detect/frequency/__init__.py
shortcut_detect/frequency/adcs.py
shortcut_detect/frequency/builder.py
shortcut_detect/frequency/detector.py
shortcut_detect/frequency/frequency_detector.py
shortcut_detect/frequency/plugin.py
shortcut_detect/frequency/sensitivity.py
shortcut_detect/gce/__init__.py
shortcut_detect/gce/builder.py
shortcut_detect/gce/gce_detector.py
shortcut_detect/gce/plugin.py
shortcut_detect/geometric/__init__.py
shortcut_detect/geometric/plugin.py
shortcut_detect/geometric/bias_direction_pca/__init__.py
shortcut_detect/geometric/bias_direction_pca/builder.py
shortcut_detect/geometric/bias_direction_pca/registry.py
shortcut_detect/geometric/bias_direction_pca/src/__init__.py
shortcut_detect/geometric/bias_direction_pca/src/detector.py
shortcut_detect/geometric/geometric/__init__.py
shortcut_detect/geometric/geometric/builder.py
shortcut_detect/geometric/geometric/registry.py
shortcut_detect/geometric/geometric/src/__init__.py
shortcut_detect/geometric/geometric/src/detector.py
shortcut_detect/groupdro/__init__.py
shortcut_detect/groupdro/builder.py
shortcut_detect/groupdro/groupdro.py
shortcut_detect/groupdro/plugin.py
shortcut_detect/mitigation/__init__.py
shortcut_detect/mitigation/adversarial_debiasing.py
shortcut_detect/mitigation/background_randomizer.py
shortcut_detect/mitigation/contrastive_debiasing.py
shortcut_detect/mitigation/explanation_regularization.py
shortcut_detect/mitigation/last_layer_retraining.py
shortcut_detect/mitigation/shortcut_masking.py
shortcut_detect/probes/__init__.py
shortcut_detect/probes/builder.py
shortcut_detect/probes/pipeline.py
shortcut_detect/probes/plugin.py
shortcut_detect/probes/probe_factory.py
shortcut_detect/probes/sklearn_probe.py
shortcut_detect/probes/torch_probe.py
shortcut_detect/reporting/__init__.py
shortcut_detect/reporting/comparison_report.py
shortcut_detect/reporting/csv_export.py
shortcut_detect/reporting/report_builder.py
shortcut_detect/reporting/reporters.py
shortcut_detect/reporting/risk_format.py
shortcut_detect/reporting/visualizations.py
shortcut_detect/ssa/__init__.py
shortcut_detect/ssa/builder.py
shortcut_detect/ssa/plugin.py
shortcut_detect/ssa/ssa.py
shortcut_detect/statistical/__init__.py
shortcut_detect/statistical/builder.py
shortcut_detect/statistical/group_diff_test.py
shortcut_detect/statistical/plugin.py
shortcut_detect/training/__init__.py
shortcut_detect/training/builder.py
shortcut_detect/training/data_adapters.py
shortcut_detect/training/early_epoch_clustering.py
shortcut_detect/training/loader_hooks.py
shortcut_detect/training/plugin.py
shortcut_detect/vae/__init__.py
shortcut_detect/vae/builder.py
shortcut_detect/vae/latent_analyzer.py
shortcut_detect/vae/plugin.py
shortcut_detect/vae/vae_arch.py
shortcut_detect/vae/vae_detector.py
shortcut_detect/xai/__init__.py
shortcut_detect/xai/plugin.py
shortcut_detect/xai/spray_detector.py
shortcut_detect/xai/cav/__init__.py
shortcut_detect/xai/cav/builder.py
shortcut_detect/xai/cav/registry.py
shortcut_detect/xai/cav/src/__init__.py
shortcut_detect/xai/cav/src/detector.py
shortcut_detect/xai/gradcam_mask_overlap/__init__.py
shortcut_detect/xai/gradcam_mask_overlap/builder.py
shortcut_detect/xai/gradcam_mask_overlap/registry.py
shortcut_detect/xai/gradcam_mask_overlap/src/__init__.py
shortcut_detect/xai/gradcam_mask_overlap/src/detector.py
shortcut_detect/xai/sis/__init__.py
shortcut_detect/xai/sis/builder.py
shortcut_detect/xai/sis/registry.py
shortcut_detect/xai/sis/src/__init__.py
shortcut_detect/xai/sis/src/detector.py
shortkit_ml.egg-info/PKG-INFO
shortkit_ml.egg-info/SOURCES.txt
shortkit_ml.egg-info/dependency_links.txt
shortkit_ml.egg-info/entry_points.txt
shortkit_ml.egg-info/requires.txt
shortkit_ml.egg-info/top_level.txt
tests/test_adversarial_debiasing.py
tests/test_aggregation_formula.py
tests/test_background_randomizer.py
tests/test_baseline_comparison.py
tests/test_benchmark.py
tests/test_benchmark_synthetic.py
tests/test_causal.py
tests/test_causal_effect.py
tests/test_causal_effect_loader_integration.py
tests/test_cav.py
tests/test_cav_loader_integration.py
tests/test_clustering.py
tests/test_conditions.py
tests/test_contrastive_debiasing.py
tests/test_convergence_viz.py
tests/test_dashboard.py
tests/test_detector_base.py
tests/test_detector_factory.py
tests/test_early_epoch_clustering.py
tests/test_edge_cases.py
tests/test_effect_size_calibration.py
tests/test_embedding_mode.py
tests/test_explanation_regularization.py
tests/test_fairness.py
tests/test_figures.py
tests/test_fp_analysis.py
tests/test_frequency.py
tests/test_gce.py
tests/test_geometric.py
tests/test_gradcam.py
tests/test_gradcam_mask_overlap.py
tests/test_groupdro.py
tests/test_last_layer_retraining.py
tests/test_mcp_server.py
tests/test_measurement_harness.py
tests/test_method_utils.py
tests/test_model_comparison.py
tests/test_model_registry.py
tests/test_multi_attribute.py
tests/test_paper_benchmark.py
tests/test_probes.py
tests/test_reporting.py
tests/test_reproducibility_smoke.py
tests/test_risk_format.py
tests/test_score_normalization.py
tests/test_sensitivity.py
tests/test_shortcut_masking.py
tests/test_sis_detector.py
tests/test_spray.py
tests/test_ssa.py
tests/test_statistical.py
tests/test_synthetic_generator.py
tests/test_threshold_audit.py
tests/test_unified.py
tests/test_vae.py
tests/test_vae_loader_integration.py
tests/test_validation.py