Solutions to problem set 2, ex.2.
The challenge is from (https://calmcode.io/datasets/smoking)[https://calmcode.io/datasets/smoking].
To install the required packages, run the following command in the terminal:
conda env create -f environment.yml
conda activate smoke
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