Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 612 Bytes

Introduction to Causal Inference, 097400 - Final project

A summary and a python implementation of a method based on Detecting Confounding in Multivariate Linear Models via Spectral Analysis by Dominik Janzing and Bernhard Schölkopf


A project by Oren Ploznik & Shai Califa

Setup preparations

Before running the code you should install all the necessary requirements. you can install it by running the following script:

pip install -r requirements.txt

Each file holds a script for a different experiment as described in the project report.