diff --git a/README.md b/README.md
index 2b8bd3eb..b96d1d58 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,11 @@ Ensure the current user can run Docker commands **without using sudo**. You can
The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented by the following commands(each item represents one demo, you can select the one you prefer):
+- Run the **Automated Quantitative Trading & Iterative Factors Model Joint Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor & model proposal and implementation application
+ ```sh
+ rdagent fin_quant
+ ```
+
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor proposal and implementation application
```sh
rdagent fin_factor
@@ -206,19 +211,6 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
rdagent fin_model
```
-- 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 `.env`.
- ```bash
- cat << EOF >> .env
- DM_USERNAME=
- DM_PASSWORD=
- EOF
- ```
- ```sh
- rdagent med_model
- ```
-
- Run the **Automated Quantitative Trading & Factors Extraction from Financial Reports**: Run the [Qlib](http://github.com/microsoft/qlib) factor extraction and implementation application based on financial reports
```sh
# 1. Generally, you can run this scenario using the following command:
diff --git a/docs/scens/data_science.rst b/docs/scens/data_science.rst
index 8764243f..6341389b 100644
--- a/docs/scens/data_science.rst
+++ b/docs/scens/data_science.rst
@@ -61,13 +61,13 @@ The Data Science Agent is an agent that can automatically perform feature engine
- 🔧 **Set up Environment for Custom User-defined Dataset**
- .. code-block:: sh
+ .. code-block:: sh
- dotenv set DS_SCEN rdagent.scenarios.data_science.scen.DataScienceScen
- dotenv set DS_LOCAL_DATA_PATH /ds_data (e.g. rdagent/scenarios/data_science/example)
- dotenv set DS_IF_USING_MLE_DATA False
- dotenv set DS_CODER_ON_WHOLE_PIPELINE True
- dotenv set DS_CODER_COSTEER_ENV_TYPE docker
+ dotenv set DS_SCEN rdagent.scenarios.data_science.scen.DataScienceScen
+ dotenv set DS_LOCAL_DATA_PATH rdagent/scenarios/data_science/example
+ dotenv set DS_IF_USING_MLE_DATA False
+ dotenv set DS_CODER_ON_WHOLE_PIPELINE True
+ dotenv set DS_CODER_COSTEER_ENV_TYPE docker
🔍 MLE-bench Guide: Running ML Engineering via MLE-bench
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~