gitextract_g7y1whbn/ ├── LICENSE ├── README.md ├── SyntheticControlMethods/ │ ├── __init__.py │ ├── __version__.py │ ├── main.py │ ├── optimize.py │ ├── plot.py │ ├── tables.py │ └── validity_tests.py ├── examples/ │ ├── basque.py │ ├── datasets/ │ │ ├── basque_data.csv │ │ ├── german_reunification.csv │ │ └── smoking_data.csv │ ├── german_reunification.py │ ├── proposal_99.py │ ├── test_dataset.py │ └── user_guide.ipynb ├── setup.cfg ├── setup.py └── tests/ ├── test_inferences.py ├── test_main.py └── test_plot.py