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
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,16 @@ You can try our demo by running the following command:
55
55
conda activate rdagent
56
56
```
57
57
58
-
### 🛠️ Install from pip
58
+
### 🛠️ Install the RDAgent
59
+
- You can directly install the RDAgent package from PyPI:
59
60
```sh
60
61
pip install rdagent
61
62
```
63
+
64
+
62
65
### 🛠️ Run Make Files
63
66
64
-
-**Navigate to the directory containing the MakeFile** and set up the development environment:
67
+
-If you want to use our project in development mode. **Navigate to the directory containing the MakeFile** and set up the development environment:
65
68
```sh
66
69
make dev
67
70
```
@@ -79,31 +82,30 @@ You can try our demo by running the following command:
79
82
80
83
The [🎥demo](https://rdagent.azurewebsites.net) is implemented by the following commands:
81
84
82
-
- Run the Qlib factor extraction and implementation application based on financial reports:
85
+
- Run the **Automated Quantitative Trading & Iterative Factors Evolution**: Qlib self-loop factor proposal and implementation application
83
86
```sh
84
-
rdagent fin_factor_report <Your report folder>
87
+
rdagent fin_factor
85
88
```
86
89
87
-
- Run the Qlib self-loop factor proposal and implementation application:
90
+
- Run the **Automated Quantitative Trading & Iterative Model Evolution**: Qlib self-loop model proposal and implementation application
88
91
```sh
89
-
rdagent fin_factor
92
+
python fin_model
90
93
```
91
94
92
-
- Run the Qlib self-loop model proposal and implementation application:
95
+
- Run the **Automated Medical Predtion Model Evolution**: medical self-loop model proposal and implementation application
93
96
```sh
94
-
rdagent fin_model
97
+
python med_model
95
98
```
96
99
97
-
- Run the model extraction and implementation application:
100
+
- Run the **Automated Quantitative Trading & Factors Extraction from Financial Reports**: Run the Qlib factor extraction and implementation application based on financial reports
98
101
```sh
99
-
rdagent general_model<Your paper url>
102
+
rdagent fin_factor_report<Your report folder>
100
103
```
101
104
102
-
- Run the medical self-loop model proposal and implementation application:
105
+
- Run the **Automated Model Research & Development Co-Pilot**: model extraction and implementation application
103
106
```sh
104
-
rdagent med_model
107
+
rdagent general_model <Your paper url>
105
108
```
106
-
107
109
108
110
### 🚀 Monitor the Application
109
111
- You can serve our demo app to monitor the RD loop by running the following command:
0 commit comments