demon143
17d472cf01
Update code_standard.rst ( #587 )
...
* Update code_standard.rst
* Update docs/developer/code_standard.rst
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2021-09-26 15:35:14 +08:00
you-n-g
c500a01226
update cvxpy version
2021-09-25 17:12:02 +08:00
zhupr
114c38b4c3
fix the type of filter_pipe
2021-09-20 19:04:59 +08:00
you-n-g
414c3082c0
Update model list
2021-09-18 12:57:58 +08:00
Young
3fc2f8c93c
updategrade version number
v0.7.1
2021-09-16 02:15:16 +00:00
Anurag Kumar
66ff3e5bf6
Update python-publish.yml
...
added python 3.9
2021-09-16 10:09:39 +08:00
Anurag Kumar
8ff68a182e
Update setup.py
...
change to matplotlib==3.3
2021-09-16 10:09:39 +08:00
Anurag Kumar
a105ef1d76
Update setup.py
...
updated classifiers
2021-09-16 10:09:39 +08:00
zhupr
d02965ea70
Fix SimpleDatasetCache
2021-09-16 10:08:56 +08:00
Christian Clauss
b8d1e08010
Fix undefined names in Python code ( #599 )
...
* Update pytorch_tabnet.py
$ `flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics`
```
./qlib/qlib/contrib/model/pytorch_tabnet.py:567:38: F821 undefined name 'inp'
self.independ.append(GLU(inp, out_dim, vbs=vbs))
^
./qlib/examples/model_rolling/task_manager_rolling.py:75:18: F821 undefined name 'task_train'
run_task(task_train, self.task_pool, experiment_name=self.experiment_name)
^
2 F821 undefined name 'task_train'
2
```
* Fix undefined names in Python code
* from qlib.model.trainer import task_train
2021-09-14 12:13:27 +08:00
you-n-g
163e3c6266
replace multi processing with joblib ( #477 )
...
* replace multi processing with joblib
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* update class Parallel and data.py
* Fix Parallel support for maxtasksperchild
Co-authored-by: wangw <1666490690@qq.com >
Co-authored-by: zhupr <zhu.pengrong@foxmail.com >
2021-09-14 01:16:03 +08:00
you-n-g
6203e4c09e
Update the docs of Report
2021-09-13 17:53:34 +08:00
you-n-g
51709c20d8
Supporting shared processor ( #596 )
...
* Supporting shared processor
* fix readonly reverse bug
* remove pytests dependency
* with fit bug
* fix parameter error
2021-09-13 17:11:08 +08:00
Christian Clauss
28c99c77be
test.yml: Remove redundant code ( #595 )
2021-09-13 14:31:32 +08:00
you-n-g
bb5cdfe050
Update Release Note
2021-09-12 17:06:00 +08:00
SaintMalik
fb21c591bb
fix typos ( #592 )
2021-09-12 16:39:22 +08:00
Dong Zhou
5279e71423
Merge pull request #591 from evanzd/fix_tra
...
Fix TRA
2021-09-11 18:48:13 +08:00
Dong Zhou
f35254c288
update README
2021-09-10 07:38:22 +00:00
Pengrong Zhu
5e82c18cb2
Modify the Feature to be case sensitive ( #589 )
2021-09-10 11:47:23 +08:00
demon143
2759e8c28d
Update the docs of TaskManager ( #586 )
...
* Update manage.py
2021-09-09 20:13:45 +08:00
you-n-g
2461575d30
Update README.md
...
Fix wrong link
2021-09-09 08:28:48 +08:00
Pengrong Zhu
867667531d
Update FAQ.rst
2021-09-08 18:06:51 +08:00
zhupr
0fc52333b7
Add wheel package to github CI
2021-09-07 20:41:10 +08:00
zhupr
ab9b6dc47a
Modify client-server mode and dataset-cache to disable inst_processor
2021-09-07 20:41:10 +08:00
zhupr
4c5a4d5cd7
Modify the default value in the multi_freq example
2021-09-07 20:41:10 +08:00
zhupr
e84cc23589
Add DataPathManager to QlibConfig && modify inst_processors to supports list only
2021-09-07 20:41:10 +08:00
zhupr
707399a245
Fix duplicate mlflow directories in tests
2021-09-07 20:41:10 +08:00
zhupr
6e88ccca88
Fix the index type of the multi-freq example
2021-09-07 20:41:10 +08:00
zhupr
ee5f3de800
Fix typo
2021-09-07 20:41:10 +08:00
zhupr
3605cd7b96
Add inst_processors to D.features
2021-09-07 20:41:10 +08:00
zhupr
d1cbf4c3d9
support multi-freq uri
2021-09-07 20:41:10 +08:00
zhupr
6011a21308
get_cls_kwargs renamed get_callable_kwargs
2021-09-07 20:41:10 +08:00
zhupr
76a05f37a9
add multi-freq example
2021-09-07 20:41:10 +08:00
zhupr
c99494eb76
Add sample_config to QlibDataLoader, support multi-freq
2021-09-07 20:41:10 +08:00
zhupr
e8126b0c39
Add backend_freq_config parameter, support multi-freq uri
2021-09-07 20:41:10 +08:00
Young
88d2f9263e
fix sum index data bug
2021-09-02 01:57:44 +00:00
wangwenxi.handsome
f71b0c1189
250s
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
919380597b
close and reindex
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
4da3f3b104
broadcast_to and get single data
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
9446116642
redundant references
2021-09-02 09:56:38 +08:00
Young
5003e49197
fix metric calculation error
2021-09-02 09:56:38 +08:00
Young
5f0ee6ce68
fix bugs
2021-09-02 09:56:38 +08:00
Young
9a74471ab6
Pass basic tests
2021-09-02 09:56:38 +08:00
Young
d39c8de800
draft design
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
43a8f502ed
fix bug
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
7ee4a207bc
add lru
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
25f54ddaeb
new high freq struc
2021-09-02 09:56:38 +08:00
wangwenxi.handsome
d9ad8ff791
index_data
2021-09-02 09:56:38 +08:00
Young
13a9b7cea0
type error bug
2021-09-02 09:56:38 +08:00
Young
9c326fd398
add import order
2021-09-02 09:56:38 +08:00