Skip to content

Commit

Permalink
Merge pull request #1259 from NLGithubWP/dev-postgresql
Browse files Browse the repository at this point in the history
Update the readme file for the diabetic readmission prediction example
  • Loading branch information
moazreyad authored Feb 4, 2025
2 parents cc16506 + 06de1b3 commit 916b4eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Diabetic readmission is a significant concern in healthcare, with a substantial

Although diabetes is a manageable condition, early identification of patients at high risk of readmission remains a challenge. A reliable and efficient predictive model can help identify these patients, enabling healthcare providers to intervene early and prevent unnecessary readmissions.

To address this issue, we use Singa to implement a machine learning model for predicting diabetic readmission. The dataset is from [BMC Medical Informatics and Decision-Making](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01423-y). Please download the dataset before running the scripts.
To address this issue, we use Singa to implement a machine learning model for predicting diabetic readmission. The dataset is from [Diabetes 130-US Hospitals for Years 1999-2008](https://archive.ics.uci.edu/ml/datasets/diabetes+130-us+hospitals+for+years+1999-2008). Please download the dataset before running the scripts.


## Structure
Expand All @@ -41,5 +41,5 @@ To address this issue, we use Singa to implement a machine learning model for pr

## Command
```bash
python train.py mlp diabetic
python train_mlp.py mlp diabetic
```

0 comments on commit 916b4eb

Please sign in to comment.