Skip to content

Commit

Permalink
added requirements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juwonzylee committed Mar 25, 2022
1 parent c707800 commit d3fa58d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Project 2

## Requirements
To install the requirements please run:
```bash
$ pip install -r requirements.txt
```

## Running the tests
The tests are written in pytest format such that each crucial Python file with a name `x.py` has an accompanying test file `test_x.py`. Hence, to run all the tests, simply run:
```bash
$ pytest
```

## Introduction
This project predicts and compares the possibility of deaths, and critical states of covid-positive patients in Singapore for the upcoming day based on vaccination status using Markov Chain.
The model is used to answer questions such as:
Expand Down

0 comments on commit d3fa58d

Please sign in to comment.