Ying-Tao Luo
2eee064eb8
Add files via upload
2021-07-22 11:05:39 +08:00
Ying-Tao Luo
096ef5a62b
Update pytorch_transformer.py
...
Have passed black
2021-07-22 11:05:39 +08:00
Ying-Tao Luo
dd0eebed53
Update pytorch_localformer.py
...
Have passed black.
2021-07-22 11:05:39 +08:00
Ying-Tao Luo
7b20abeda1
Add files via upload
...
Add naive transformer model and a improved transformer model.
2021-07-22 11:05:39 +08:00
you-n-g
5519420efd
Update test_macos.yml
...
Give more comments about the MacOS test yaml
2021-07-21 18:30:25 +08:00
zhupr
eb3c5b3088
macos-test-ci split out separately
2021-07-21 18:25:31 +08:00
zhupr
f03df874bf
fix macos-test-ci
2021-07-21 18:25:31 +08:00
zhupr
bf7732e284
fix df_features.index conține np.nan
2021-07-21 14:28:20 +08:00
wuzhe1234
3f5334ab39
Update qrun to automaticly save the config to the artifacts uri
2021-07-19 13:32:14 +08:00
zhupr
c97a96363d
Add a check if change is mutated to YahooNormalize1d
2021-07-18 20:28:46 +08:00
slowy07
2023f714c9
[fixed] lgtm issue : unused imported module of 'signal' and change to PEP8 style code imported module
2021-07-18 15:25:18 +08:00
slowy07
f8a2b0533b
lgtm issue: fixing unused import of 'time'
2021-07-18 15:25:18 +08:00
chaosyu
3183a232df
update doc str
2021-07-18 15:24:23 +08:00
chaosyu
8b715268bd
use list_kwargs instead filter_string
2021-07-18 15:24:23 +08:00
chaosyu
28cb827a23
fix lint issue
2021-07-18 15:24:23 +08:00
chaosyu
b723f14619
apply filter string to recorder collector
2021-07-18 15:24:23 +08:00
chaosyu
47535ba530
add mlflow filter string support to limit too much run number
2021-07-18 15:24:23 +08:00
you-n-g
3b8087677c
Update online.rst
2021-07-16 12:24:33 +08:00
zhupr
4ec41ea0e7
Add a check if change is mutated to YahooNormalize1d
2021-07-15 19:13:25 +08:00
you-n-g
6d91f28474
Update README.md
2021-07-14 10:07:02 +08:00
you-n-g
be8653c505
Update contributing section
2021-07-14 09:56:12 +08:00
chaosyu
a8974ce535
bug fix: ClientProvider cannot set connection to calendar and instrument providers
2021-07-13 10:49:21 +08:00
chaosyu
79026e5390
fix bug that duplicate rows will cause reindex failed when dumping with csv files
2021-07-13 10:49:21 +08:00
Gaurav Chauhan
4610e16ac2
updated readme of yahoo collector where region parameter was incorrect ( #504 )
...
* updated readme of yahoo collector where region parameter was incorrect
* changes
update readme of yahoo collector where region parameter was incorrect
* update readme of yahoo collector
update readme of yahoo collector where region parameter was incorrect
* updated changes
* updated readme of cn1d data
Co-authored-by: Gaurav Chauhan01/HO/Analytics/General <Gaurav.Chauhan01@bajajallianz.in >
2021-07-13 09:46:13 +08:00
wangwenxi.handsome
b504cc6ac8
update readme and rst
2021-07-12 21:51:08 +08:00
Young
d5059e609f
change to dev version
2021-07-12 02:49:25 +00:00
Young
215f7e0d22
update version for release 0.7.0
v0.7.0
2021-07-11 14:34:44 +00:00
xiaowuhu
dafef0ac08
Update workflow.rst
...
should be China instead of china
2021-07-06 09:22:11 +08:00
xiaowuhu
1cb43ea69b
Update workflow.rst
...
remove 空格 before module_path, kwargs, etc, otherwise, yaml parser will report error: ruamel.yaml.scanner.ScannerError: mapping values are not allowed here
2021-07-06 09:21:14 +08:00
you-n-g
7ca9cf79f7
Update README.md
2021-07-05 19:47:49 +08:00
you-n-g
35f090a6e4
Update what's new
2021-07-04 16:47:33 +08:00
Lewen Wang
ace7484304
Update TCTS. ( #495 )
...
* Update TCTS Model.
Co-authored-by: lewwang <lwwang@microsoft.com >
2021-07-04 16:45:05 +08:00
bxdd
2d4f0e80f9
black format
2021-07-02 08:47:52 +08:00
bxdd
946c9392a1
support check_transform_proc module_path
2021-07-02 08:47:52 +08:00
lzh222333
b523b27d5a
add docstring
2021-06-30 10:59:34 +08:00
lzh222333
0b83fb3564
more general exception
2021-06-30 10:59:34 +08:00
lzh222333
d96f7a67c6
bug & docs fixed
2021-06-30 10:59:34 +08:00
lzh222333
a7862387a2
fixed update bugs
2021-06-30 10:59:34 +08:00
lzh222333
c4c438249c
modify OnlineToolR
2021-06-30 10:59:34 +08:00
you-n-g
8709dde65b
Merge pull request #481 from ai4stocks/working_workflow_fix_ipynb
...
examples/workflow_by_code.ipynd: fix an error in R.get_recorder() par…
2021-06-26 19:57:24 +08:00
Guodong Xu
d66733c358
examples/workflow_by_code.ipynd: fix an error in R.get_recorder() parameters
...
get_recorder() needs specify 'recorder_id='. However workflow_by_code.ipynd
didn't. This patch fixes it.
Without this fix, here is the error message jupyter-notebook reports:
"---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-e6a7b5f4da00> in <module>
26 # backtest and analysis
27 with R.start(experiment_name="backtest_analysis"):
---> 28 recorder = R.get_recorder(rid, experiment_name="train_model")
29 model = recorder.load_object("trained_model")
30
TypeError: get_recorder() takes 1 positional argument but 2 positional arguments (and 1 keyword-only argument) were given"
Signed-off-by: Guodong Xu <guodong.xu@linaro.org >
2021-06-26 18:25:47 +08:00
Dong Zhou
9cf574b697
Merge pull request #479 from linhx25/main
...
Add TRA Model
2021-06-25 18:08:23 +08:00
linhx25
107e40f3ee
Add TRA Model
2021-06-25 16:12:50 +08:00
you-n-g
4837ba8db3
Merge pull request #476 from bxdd/qlib_ops_config
...
Support using config to register custom operators
2021-06-24 20:41:48 +08:00
Qian Chen
2ab4a9adb3
Set self.fitted = True instead of self._fitted.
2021-06-24 20:40:59 +08:00
bxdd
8d0b673341
add custom_ops docstring
2021-06-24 15:00:45 +08:00
you-n-g
8ebdb1e873
Merge pull request #463 from zhupr/support_extend_data
...
Support extend data
2021-06-24 13:53:30 +08:00
zhupr
39340fbf06
fix: typo
2021-06-24 11:07:40 +08:00
zhupr
0e277723a3
Merge remote-tracking branch 'qlib/main' into qlib_main
...
# Conflicts:
# scripts/data_collector/yahoo/README.md
2021-06-24 00:09:54 +08:00
zhupr
1418417034
fix automatic update of daily frequency data
2021-06-23 23:59:59 +08:00