Skip to content

Commit

Permalink
Add instructions for cloning the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoFasulo committed Mar 9, 2024
1 parent ae32da8 commit b5cd21b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Bayesian networks (BNs) have emerged as valuable tools in healthcare for handlin

Our work, inspired by [Ordovas et al. (2023)](https://doi.org/10.1016/j.cmpb.2023.107405), aimed to replicate their BN-based CVD risk prediction using a different dataset. Additionally, we sought to explore the broader potential of BNs in CVD risk assessment, conducting in-depth analyses beyond the original paper.

## How to clone the repository?

Since the repository contains a submodule, the following command should be used to clone the repository:

```bash
git clone --recursive https://github.com/MatteoFasulo/BayesianHeartDisease.git
```

## Dashboard

> The Web App is publicly available at [heart-disease-risk.streamlit.app](https://heart-disease-risk.streamlit.app)
Expand Down

0 comments on commit b5cd21b

Please sign in to comment.