You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,11 @@ Ensure the current user can run Docker commands **without using sudo**. You can
196
196
197
197
The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented by the following commands(each item represents one demo, you can selectthe one you prefer):
198
198
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
+
199
204
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor proposal and implementation application
200
205
```sh
201
206
rdagent fin_factor
@@ -206,19 +211,6 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
206
211
rdagent fin_model
207
212
```
208
213
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
-
222
214
- 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
223
215
```sh
224
216
# 1. Generally, you can run this scenario using the following command:
0 commit comments