From 3b15bca35661ae52dfdcaacc1a9e3a75754a9447 Mon Sep 17 00:00:00 2001
From: Suhan Cui <51844791+SH-Src@users.noreply.github.com>
Date: Sat, 7 Sep 2024 19:31:39 -0400
Subject: [PATCH] fix: readme (#248)
* Update README.md
* Update model_agent_med.rst
---
README.md | 8 +++++++-
docs/scens/model_agent_med.rst | 9 ++++++++-
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 90f445f4..2f62a6f6 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,13 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
- Run the **Automated Medical Prediction Model Evolution**: Medical self-loop model proposal and implementation application
>(1) Apply for an account at [PhysioNet](https://physionet.org/).
(2) Request access to FIDDLE preprocessed data: [FIDDLE Dataset](https://physionet.org/content/mimic-eicu-fiddle-feature/1.0.0/).
- (3) Place your username and password in `.rdagent.app.data_mining.conf`.
+ (3) Place your username and password in `.env`.
+ ```bash
+ cat << EOF >> .env
+ DM_USERNAME=
+ DM_PASSWORD=
+ EOF
+ ```
```sh
rdagent med_model
```
diff --git a/docs/scens/model_agent_med.rst b/docs/scens/model_agent_med.rst
index 0f4bc839..1285b067 100644
--- a/docs/scens/model_agent_med.rst
+++ b/docs/scens/model_agent_med.rst
@@ -96,7 +96,14 @@ You can try our demo by running the following command:
- Apply for an account at `PhysioNet `_.
- Request access to FIDDLE preprocessed data: `FIDDLE Dataset `_.
- - Place your username and password in `.rdagent.app.data_mining.conf`.
+ - Place your username and password in `.env`.
+
+ .. code-block:: bash
+
+ cat << EOF >> .env
+ DM_USERNAME=
+ DM_PASSWORD=
+ EOF
- 🚀 Run the Application