Skip to content

Commit f625270

Browse files
authored
Update README.md
1 parent eb49701 commit f625270

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scutquant/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
在account, strategy和signal_generator的基础上进行封装而成的执行器, 负责策略的执行和更新account
2323
### [report](https://github.com/HaoningChen/ScutQuant/blob/main/scutquant/report.py):
2424
报告回测结果, 也可用于测试因子和模型预测值的单调性(见group_return_ana()函数)
25+
### [Pipeline](https://github.com/HaoningChen/scutquant/blob/main/scutquant/Pipeline.py):
26+
集成了量化研究的全流程, 包括加载数据, 生成因子, 数据清洗和标准化, 搭建和训练模型, IC分析和回测. 仅需配置好all_kwargs.yaml和data文件即可用一行代码完成量化研究的全流程.
2527

26-
### 各部分基本上都能单独拿出来使用, 耦合度非常低(在底层代码基础上封装的executor和需要实时计算因子值的signal_generator模块除外)
28+
29+
### 各部分基本上都能单独拿出来使用, 耦合度非常低(在底层代码基础上封装的executor, Pipeline和需要实时计算因子值的signal_generator模块除外)
2730

2831
## Workflow
2932
![1](https://user-images.githubusercontent.com/101194077/229791039-833128a9-320b-49be-9848-5b47e2b2f4a8.png)

0 commit comments

Comments
 (0)