An implementation of the synthetic control method suitable for geo-lift testing.
Clone the repo: git clone https://github.com/raz1470/synth_control.git
Install virtual environment: python -m venv venv
Activate virtual environment: . venv/Scripts/activate
Install dependencies: pip install -r requirements.txt