An open API service indexing awesome lists of open source software.

https://github.com/tryolabs/causal_inference

Measure the impact of an intervention in a time series, using different sources as references.
https://github.com/tryolabs/causal_inference

Last synced: 11 months ago
JSON representation

Measure the impact of an intervention in a time series, using different sources as references.

Awesome Lists containing this project

README

          

# Causal Inference
Measure the impact of an intervention in a time series, using different sources as references.

## Starting
Before starting, select python 3.7.6, and then:
- Configure poetry to keep venvs locally (VSCode will detect it out of the box):
```
poetry config virtualenvs.in-project true
```

- Install dependencies (this will also create the venv):
```
poetry install
```

- Enjoy. e.g: run the VSCode style notebook: `test_notebook.py`