Skip to content

Releases: HaoningChen/scutquant

scutquant

11 Apr 15:32
7d22bc4
Compare
Choose a tag to compare

修正了v0.4.3和v0.4.4的bug, 支持python 3.10版本, 并向下兼容python 3.7; 提升了alpha模块的计算性能,; 在models模块新增了Ensemble模型

scutquant

04 Apr 13:25
68a92b5
Compare
Choose a tag to compare

修正了一些小bug(不会导致逻辑错误), 加入了新因子和data模块, 对部分代码进行了优化

scutquant

30 Mar 16:39
bd460e0
Compare
Choose a tag to compare

新增了models模块, 支持用例如以下代码:
attention = models.Attention(epochs=30)
attention.fit(X_train, y_train, X_valid, y_valid)
pred = attention.predict(X_test)
model = attention.model
快速训练自定义模型, 获取预测值和模型

改良了scutquant.scutquant.auto_process()函数, 支持同时处理训练集、验证集和测试集

scutquant

26 Mar 11:21
8a61588
Compare
Choose a tag to compare

修正了scutquant的auto_process()在输入时序数据时输出的y_train为nan的bug, 并移除了datetime参数(datetime改为由代码 datetime = X.index.names[0]自动获取)

该bug的发现者为Han Wu先生

scutquant

26 Mar 04:30
66201a0
Compare
Choose a tag to compare

继续优化了alpha模块, 加入了更多技术因子, 并且给出了因子表现

scutquant

25 Mar 17:08
b3660f8
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1
大幅修改了alpha模块, 使得make_factors的因子质量大幅提升
在scutquant模块中新增了align函数,用于对齐特征和目标值的索引

scutquant

18 Mar 02:59
1658354
Compare
Choose a tag to compare
v0.3.0

Update README.md

scutquant

15 Mar 02:29
b0310bd
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0