you-n-g
|
fc243fd29b
|
Fix Models (#483)
* fix gat dataset
* fix tft model
* Update tft.py
* Fix tft.py
Co-authored-by: Pengrong Zhu <zhu.pengrong@foxmail.com>
|
2021-09-30 13:11:06 +08:00 |
|
demon143
|
b6a8bd5b80
|
update change doc (#623)
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Delete change doc.gif
* Add files via upload
* Update README.md
* Delete change doc.gif
* Add files via upload
* Delete change doc.gif
* Add files via upload
* Update README.md
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-29 19:42:38 +08:00 |
|
demon143
|
6ee0fe366c
|
Update initialization.rst (#622)
* Update initialization.rst
* Update docs/start/initialization.rst
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
* Update docs/start/initialization.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-27 21:44:06 +08:00 |
|
you-n-g
|
55b6ff123e
|
Share version number (#620)
|
2021-09-27 16:12:12 +08:00 |
|
you-n-g
|
45ea4bae4e
|
Add file lock for MLflowExpManager (#619)
|
2021-09-26 16:21:15 +08:00 |
|
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
|
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 |
|
Dong Zhou
|
8f4d320832
|
bug fix & use oracle transport pretrain
|
2021-08-30 07:32:04 +00:00 |
|
cslwqxx
|
e2739ac72c
|
Update README.md
|
2021-08-29 12:29:11 +08:00 |
|
you-n-g
|
19d15ddc38
|
Merge pull request #513 from 2796gaurav/main
MVP for Indian Stocks in qlib using yahooquery
|
2021-08-26 20:59:26 +08:00 |
|
you-n-g
|
12af8f304b
|
Delete .DS_Store
|
2021-08-26 15:36:35 +08:00 |
|
Mark Zhao
|
25b771ddf1
|
check lexsort in the 'lazy_sort_index' function (#566)
* check lexsort
* check lexsort
* lexsort comment
* lexsort comment
|
2021-08-25 18:07:30 +08:00 |
|
Pengrong Zhu
|
1158472489
|
Fix multi-process loop calls (#574)
|
2021-08-25 18:05:35 +08:00 |
|
you-n-g
|
84d2cb3226
|
Update gen.py (#576)
|
2021-08-25 18:05:10 +08:00 |
|
Wangwuyi123
|
509bfcb02e
|
Fix CI Bug (#575)
Co-authored-by: yuxwang <anduinnn@foxmail.com>
|
2021-08-25 08:51:39 +08:00 |
|
demon143
|
6608a40965
|
Update ensemble.py (#560)
|
2021-08-14 18:07:49 +08:00 |
|
you-n-g
|
3e75cead93
|
code standard docs
|
2021-08-12 09:19:57 +00:00 |
|
you-n-g
|
6697f209d4
|
Conda Suggestion
|
2021-08-12 16:30:46 +08:00 |
|
you-n-g
|
e3b57b1901
|
Update README.md
|
2021-08-06 09:59:30 +08:00 |
|