Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 400 Bytes

Predicting Sepsis witht he help of Active Feature Acquisition

My Master thesis repository

Install

In order to get this repository running, I recommend creating a virtual environment. And then, once it is activated run the following command in the root directory of this repository:

python3 -m pip install -e .

Also make sure to install modules from the requirements.txt file.