├── .gitignore ├── LICENSE ├── README.md └── deconfounder_tutorial.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blei-lab/deconfounder_tutorial/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blei-lab/deconfounder_tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blei-lab/deconfounder_tutorial/HEAD/README.md -------------------------------------------------------------------------------- /deconfounder_tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blei-lab/deconfounder_tutorial/HEAD/deconfounder_tutorial.ipynb --------------------------------------------------------------------------------