.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
environment.yaml
setup.cfg
setup.py
.github/FUNDING.yml
.github/workflows/pythonpublish.yml
docs/Makefile
docs/__init__.py
docs/authors.rst
docs/best_practices.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/thesis-mfranz.pdf
docs/usage.rst
docs/static/custom.css
docs/static/github_banner.png
docs/static/logo.png
docs/static/logo.svg
notebooks/example_evaluation.ipynb
notebooks/markting-study-blog.ipynb
notebooks/method-comparison.ipynb
notebooks/plots.py
notebooks/probability_callibration.ipynb
notebooks/quickstart.ipynb
notebooks/template.ipynb
notebooks/usage.ipynb
src/JustCause.egg-info/PKG-INFO
src/JustCause.egg-info/SOURCES.txt
src/JustCause.egg-info/dependency_links.txt
src/JustCause.egg-info/not-zip-safe
src/JustCause.egg-info/requires.txt
src/JustCause.egg-info/top_level.txt
src/justcause/__init__.py
src/justcause/evaluation.py
src/justcause/metrics.py
src/justcause/utils.py
src/justcause/data/__init__.py
src/justcause/data/frames.py
src/justcause/data/transport.py
src/justcause/data/utils.py
src/justcause/data/generators/__init__.py
src/justcause/data/generators/ihdp.py
src/justcause/data/generators/rlearner.py
src/justcause/data/generators/toy.py
src/justcause/data/sets/__init__.py
src/justcause/data/sets/ibm.py
src/justcause/data/sets/ihdp.py
src/justcause/data/sets/twins.py
src/justcause/learners/__init__.py
src/justcause/learners/propensity.py
src/justcause/learners/utils.py
src/justcause/learners/ate/__init__.py
src/justcause/learners/ate/double_robust.py
src/justcause/learners/ate/propensity_weighting.py
src/justcause/learners/meta/__init__.py
src/justcause/learners/meta/slearner.py
src/justcause/learners/meta/tlearner.py
tests/conftest.py
tests/test_causal_frames.py
tests/test_data_generators.py
tests/test_data_sets.py
tests/test_evaluation.py
tests/test_learners.py
tests/test_metrics.py
tests/test_propensity.py
tests/test_transport.py
tests/test_utils.py