Linlang
fd0863b0bb
optimize get_data code
2024-03-06 15:17:04 +08:00
Linlang
0c14952136
test fix CI error
2024-03-06 13:57:37 +08:00
Linlang
e979590083
test fix CI error
2024-03-06 13:20:42 +08:00
Linlang
4023277874
test fix CI error
2024-03-06 12:53:52 +08:00
Linlang
f206f0a6da
test fix CI error
2024-03-06 12:32:13 +08:00
Linlang
cac66e9c9d
test fix CI error
2024-03-06 11:17:41 +08:00
Linlang
cb0712a953
test fix CI error
2024-03-06 10:55:07 +08:00
Linlang
1dc5e7308d
test fix CI error
2024-03-06 10:51:55 +08:00
Linlang
240cdff0f3
test fix CI error
2024-03-06 10:47:21 +08:00
Linlang
25a6ff0812
test fix CI error
2024-03-06 10:42:26 +08:00
Linlang
f568c2f126
test fix CI error
2024-03-06 10:19:54 +08:00
Linlang
1f390feafd
test fix CI error
2024-03-06 10:14:28 +08:00
Linlang
f095792231
test fix CI error
2024-03-05 23:29:20 +08:00
Linlang
835ef12c20
test fix CI error
2024-03-05 23:21:22 +08:00
Linlang
77b6fcb92a
test fix CI error
2024-03-05 23:13:23 +08:00
Linlang
66fad0a92e
test fix CI error
2024-03-05 23:10:28 +08:00
Linlang
5af52c2472
test fix CI error
2024-03-05 23:09:09 +08:00
Linlang
3f41787dea
test fix CI error
2024-03-05 23:03:49 +08:00
Linlang
e71ee221f9
test fix CI error
2024-03-05 23:00:56 +08:00
Linlang
9f1808378d
test fix CI error
2024-03-05 22:25:22 +08:00
Linlang
8cf7bb3aaf
fix CI error
2024-03-05 17:24:03 +08:00
Linlang
6ea921bd84
fix CI error
2024-03-05 17:14:36 +08:00
Linlang
fbe5695eda
download orderbook data
2024-03-05 17:01:13 +08:00
Linlang
98f569eed2
add_baostock_collector ( #1641 )
...
* add_baostock_collector
* modify_comments
* fix_pylint_error
* solve_duplication_methods
* modified the logic of update_data_to_bin
* modified the logic of update_data_to_bin
* optimize code
* optimize pylint issue
* fix pylint error
* changes suggested by the review
* fix CI faild
* fix CI faild
* fix issue 1121
* format with black
* optimize code logic
* optimize code logic
* fix error code
* drop warning during code runs
* optimize code
* format with black
* fix bug
* format with black
* optimize code
* optimize code
* add comments
2023-11-21 20:31:47 +08:00
JJ
ceff886f49
Update data.rst ( #1679 )
...
Fixed a couple of small spelling errors.
2023-11-16 18:11:29 +08:00
Ikko Eltociear Ashimine
15b64768e2
Update README.md ( #1637 )
...
an -> a
2023-11-15 17:03:26 +08:00
Andy li
8bf2678676
fix the warning ( #1656 )
2023-11-03 17:03:11 +08:00
JJ
fb80e318e2
Update quick.rst ( #1667 )
...
Fixed small spelling error.
2023-10-20 17:23:34 +08:00
zhuan
ecbeeafdc1
Update requirements.txt ( #1521 )
2023-09-15 17:18:04 +08:00
Fivele-Li
69e28ceab8
suppress the SettingWithCopyWarning of pandas ( #1513 )
...
* df value is set as expected, suppress the warning;
* depress warning with pandas option_context
---------
Co-authored-by: Cadenza-Li <362237642@qq.com >
2023-09-01 18:12:49 +08:00
Fivele-Li
4c30e5827b
Troubleshooting pip version issues in CI ( #1504 )
...
* CI failed to run on 23.1 and 23.1.1
* add pyproject.toml
* upgrade pip in slow.yml
* upgrade build-system requires
* troubleshooting pytest problem
* troubleshooting pytest problem
* troubleshooting pytest problem
* troubleshooting pytest problem
* add qlib root path to python sys.path
* add qlib root path to $PYTHONPATH
* add qlib root path to $PYTHONPATH
* add qlib root path to $PYTHONPATH
* modify pytest root;
* remove set env
* change_pytest_command_CI
* change_pytest_command_CI
* fix_ci
* fix_ci
* fix_ci
* fix_ci
* fix_ci
* fix_ci
* fix_ci
* remove_toml
* recover_toml
---------
Co-authored-by: lijinhui <362237642@qq.com >
Co-authored-by: linlang <Lv.Linlang@hotmail.com >
2023-08-24 21:24:50 +08:00
Di
5387ea5c1f
Add exploration noise to rl training collector ( #1481 )
...
* Update vessel.py
Add exploration_noise=True to training collector
* Update vessel.py
Reformat
2023-08-18 17:41:02 +08:00
Di
05d67b3828
Add multi pass portfolio analysis record ( #1546 )
...
* Add multi pass port ana record
* Add list function
* Add documentation and support <MODEL> tag
* Add drop in replacement example
* reformat
* Change according to comments
* update format
* Update record_temp.py
Fix type hint
* Update record_temp.py
2023-08-04 17:41:12 +08:00
Linlang
38edac5069
fix docs ( #1618 )
...
Co-authored-by: Linlang <v-linlanglv@microsoft.com >
2023-08-02 20:14:54 +08:00
Fivele-Li
b4b7a2fdd4
depress warning with pandas option_context ( #1524 )
...
Co-authored-by: Cadenza-Li <362237642@qq.com >
2023-08-01 19:02:04 +08:00
JJ
480f233e3f
Update introduction.rst ( #1578 )
2023-07-26 16:42:53 +08:00
Gene
953621ac7e
Update README.md ( #1553 )
2023-07-26 16:38:22 +08:00
JJ
87a026fef3
Update introduction.rst ( #1579 )
...
Fixed a spelling mistake. I changed deicsions to decisions.
2023-07-26 16:37:59 +08:00
Linlang
8676303077
fix_ci ( #1608 )
...
Co-authored-by: Linlang <v-linlanglv@microsoft.com >
2023-07-19 17:33:47 +08:00
you-n-g
1a32ba1806
Bump Version & Fix CI ( #1606 )
...
* Bump Version & Fix CI
* Update test_qlib_from_pip.yml
2023-07-18 20:54:15 +08:00
you-n-g
842b8e8563
Update __init__.py
v0.9.3
2023-07-18 19:28:17 +08:00
Linlang
7d7e96a655
Fixed pyqlib version issue on macos ( #1605 )
...
* change_publish
* Update .github/workflows/python-publish.yml
---------
Co-authored-by: Linlang <v-linlanglv@microsoft.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2023-07-18 19:25:08 +08:00
you-n-g
be4646b4b7
Adjust rolling api ( #1594 )
...
* Intermediate version
* Fix yaml template & Successfully run rolling
* Be compatible with benchmark
* Get same results with previous linear model
* Black formatting
* Update black
* Update the placeholder mechanism
* Update CI
* Update CI
* Upgrade Black
* Fix CI and simplify code
* Fix CI
* Move the data processing caching mechanism into utils.
* Adjusting DDG-DA
* Organize import
2023-07-14 12:16:12 +08:00
you-n-g
8d3adf34ac
Postpone PR stale. ( #1591 )
2023-07-12 09:59:09 +08:00
Lewen Wang
b1dfc77ad7
Update qlibrl docs. ( #1588 )
...
* Update qlibrl docs.
* Update docs/component/rl/guidance.rst
* Update docs/component/rl/guidance.rst
* Update docs/component/rl/guidance.rst
---------
Co-authored-by: Litzy <litzy0619owned@gmail.com >
Co-authored-by: you-n-g <you-n-g@users.noreply.github.com >
2023-07-07 15:40:03 +08:00
Yang
3e074c8435
fix download token ( #1577 )
2023-07-06 12:38:52 +08:00
Linlang
b7e5f63a07
fix_pip_ci ( #1584 )
...
* fix_pip_ci
* fix_ci_get_data_error
---------
Co-authored-by: Linlang <v-linlanglv@microsoft.com >
2023-07-05 21:23:15 +08:00
you-n-g
4db30b1225
Update README.md for RL ( #1573 )
...
* Update README.md
* Update README.md
2023-06-28 10:53:58 +08:00
you-n-g
b1e7b19a3d
Update __init__.py
2023-06-27 11:55:40 +08:00
you-n-g
27f476b311
Update __init__.py
v0.9.2
2023-06-26 00:00:46 +08:00