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
@@ -90,12 +90,12 @@ Users must ensure Docker is installed before attempting most scenarios. Please r
90
90
91
91
The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented by the following commands(each item represents one demo, you can selectthe one you prefer):
92
92
93
-
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: Qlib self-loop factor proposal and implementation application
93
+
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop factor proposal and implementation application
94
94
```sh
95
95
rdagent fin_factor
96
96
```
97
97
98
-
- Run the **Automated Quantitative Trading & Iterative Model Evolution**: Qlib self-loop model proposal and implementation application
98
+
- Run the **Automated Quantitative Trading & Iterative Model Evolution**: [Qlib](http://github.com/microsoft/qlib) self-loop model proposal and implementation application
99
99
```sh
100
100
rdagent fin_model
101
101
```
@@ -113,7 +113,7 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
113
113
rdagent med_model
114
114
```
115
115
116
-
- Run the **Automated Quantitative Trading & Factors Extraction from Financial Reports**: Run the Qlib factor extraction and implementation application based on financial reports
116
+
- 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
117
117
```sh
118
118
# 1. Generally, you can run this scenario using the following command:
0 commit comments