Skip to content

cambridge-FDS/solution_ps2_ex2_simpsons_paradox

Repository files navigation

solution_ps2_ex2_simpsons_paradox

Solutions to problem set 2, ex.2.

The challenge is from (https://calmcode.io/datasets/smoking)[https://calmcode.io/datasets/smoking].

Setup

To install the required packages, run the following command in the terminal:

conda env create -f environment.yml
conda activate smoke

Pre-commit

This repository uses pre-commit to run some checks before each commit. To install pre-commit, run:

pre-commit install

To run the checks manually, run:

pre-commit run --all-files

About

Solutions to problem set 2, ex.2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published