- Download dataset: https://archive.physionet.org/users/shared/challenge-2019/
- More info about the challenge: https://physionet.org/content/challenge-2019/1.0.0/
python3 -m venv venv-sepsis
source venv-sepsis/bin/activate
pip install -r requirements.txt
pre-commit clean
pre-commit install


