Skip to content

aleixrvr/CausalInference4DataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CausalInference4DataScience

This is the repository for the examples and exercises from the book "Causal Inference for Data Science". You can find the code used in the book in the code path, and the results of the exercises in exercises.

Notebooks are written using Quarto and later on rendered to ipynb (for python code) and html (for R) files. The reason is that, unlike Jupyter Notebooks, qmd files are text files, and as such, you can keep track of the changes using version control software.

Required packages

For installing Python packages with pip run from your terminal

pip install -r requirements.txt

For installing R packages run the packages.R file with R.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published