Skip to content

Commit 74f0da5

Browse files
authored
docs: update readme for v0.5.0 release (#973)
1 parent c6d34d6 commit 74f0da5

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ Ensure the current user can run Docker commands **without using sudo**. You can
196196
197197
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):
198198
199+
- Run the **Automated Quantitative Trading & Iterative Factors Model Joint Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor & model proposal and implementation application
200+
```sh
201+
rdagent fin_quant
202+
```
203+
199204
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor proposal and implementation application
200205
```sh
201206
rdagent fin_factor
@@ -206,19 +211,6 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
206211
rdagent fin_model
207212
```
208213
209-
- Run the **Automated Medical Prediction Model Evolution**: Medical self-loop model proposal and implementation application
210-
>(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 />
211-
(3) Place your username and password in `.env`.
212-
```bash
213-
cat << EOF >> .env
214-
DM_USERNAME=<your_username>
215-
DM_PASSWORD=<your_password>
216-
EOF
217-
```
218-
```sh
219-
rdagent med_model
220-
```
221-
222214
- 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
223215
```sh
224216
# 1. Generally, you can run this scenario using the following command:

docs/scens/data_science.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ The Data Science Agent is an agent that can automatically perform feature engine
6161

6262
- 🔧 **Set up Environment for Custom User-defined Dataset**
6363

64-
.. code-block:: sh
64+
.. code-block:: sh
6565
66-
dotenv set DS_SCEN rdagent.scenarios.data_science.scen.DataScienceScen
67-
dotenv set DS_LOCAL_DATA_PATH <your local directory>/ds_data (e.g. rdagent/scenarios/data_science/example)
68-
dotenv set DS_IF_USING_MLE_DATA False
69-
dotenv set DS_CODER_ON_WHOLE_PIPELINE True
70-
dotenv set DS_CODER_COSTEER_ENV_TYPE docker
66+
dotenv set DS_SCEN rdagent.scenarios.data_science.scen.DataScienceScen
67+
dotenv set DS_LOCAL_DATA_PATH rdagent/scenarios/data_science/example
68+
dotenv set DS_IF_USING_MLE_DATA False
69+
dotenv set DS_CODER_ON_WHOLE_PIPELINE True
70+
dotenv set DS_CODER_COSTEER_ENV_TYPE docker
7171
7272
🔍 MLE-bench Guide: Running ML Engineering via MLE-bench
7373
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)