fix: readme (#248)

* Update README.md

* Update model_agent_med.rst
This commit is contained in:
Suhan Cui
2024-09-07 19:31:39 -04:00
committed by GitHub
parent c54fd6ea4f
commit 94debe35ad
2 changed files with 15 additions and 2 deletions
+7 -1
View File
@@ -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/). <br /> (2) Request access to FIDDLE preprocessed data: [FIDDLE Dataset](https://physionet.org/content/mimic-eicu-fiddle-feature/1.0.0/). <br />
(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=<your_username>
DM_PASSWORD=<your_password>
EOF
```
```sh
rdagent med_model
```
+8 -1
View File
@@ -96,7 +96,14 @@ You can try our demo by running the following command:
- Apply for an account at `PhysioNet <https://physionet.org/>`_.
- Request access to FIDDLE preprocessed data: `FIDDLE Dataset <https://physionet.org/content/mimic-eicu-fiddle-feature/1.0.0/>`_.
- 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=<your_username>
DM_PASSWORD=<your_password>
EOF
- 🚀 Run the Application