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