LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
causal_sklearn/__init__.py
causal_sklearn/_version.py
causal_sklearn/classifier.py
causal_sklearn/data_processing.py
causal_sklearn/regressor.py
causal_sklearn/utils.py
causal_sklearn/_causal_engine/__init__.py
causal_sklearn/_causal_engine/engine.py
causal_sklearn/_causal_engine/heads.py
causal_sklearn/_causal_engine/math_utils.py
causal_sklearn/_causal_engine/networks.py
docs/ONE_PAGER.md
docs/README.md
docs/U_deep_dive.md
docs/core_mathematical_framework.md
docs/core_mathematical_framework_num_extended.md
docs/decision_framework.md
docs/mathematical_foundation.md
examples/__init__.py
examples/comprehensive_causal_modes_tutorial_sklearn_style.py
examples/real_world_regression_tutorial_extended_sklearn_style.py
examples/real_world_regression_tutorial_sklearn_style.py
scripts/benchmark_example.py
scripts/classification_robustness_real_datasets.py
scripts/debug_performance_discrepancy.py
scripts/pytorch_vs_sklearn_mlp_comparison.py
scripts/quick_test_causal_engine.py
scripts/quick_test_causal_engine_extended.py
scripts/regression_robustness_real_datasets.py
scripts/scripts_comparison_flowchart_english.py
scripts/test_causal_split.py
tests/__init__.py