1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
Commit Graph

17 Commits

Author SHA1 Message Date
you-n-g
1fb50d521b Merge branch 'main' into nested_decision_exe 2021-07-07 17:30:31 +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
bxdd
f78e90171b fix comments & add VAStrategy & add trade indicator 2021-06-14 21:32:18 +08:00
bxdd
4d48c96d30 fix CI 2021-06-01 18:50:50 +08:00
bxdd
4085b447aa move backtest to core, fix calendar bugs, add some docstring 2021-05-27 21:14:39 +08:00
Jactus
4861552d28 Update notebook 2021-03-25 17:13:52 +08:00
zhupr
627fc628e0 Fix get_data.py detection 2020-11-28 12:57:00 +08:00
Dong Zhou
cde5c59b7e fix colab link 2020-11-28 08:38:42 +08:00
Dong Zhou
dc8bf6f077 add colab button 2020-11-28 08:26:18 +08:00
zhupr
c5a3b74a96 Fix the target repository of get_data.py in google.colab 2020-11-27 22:33:22 +08:00
zhupr
be2173d839 Fix 2020-11-27 22:08:35 +08:00
zhupr
f8101214eb Fix report, support google colab 2020-11-27 20:00:05 +08:00
Young
e2935f214a fix some typo and bug 2020-11-26 08:42:54 +00:00
Jactus
27b573c7d6 Update run_all_model script 2020-11-23 15:10:14 +08:00
Jactus
aed566fa00 Fix get_data bug in workflows 2020-11-23 10:53:26 +08:00
Jactus
5aa48524d6 Add run_all_model script 2020-11-20 16:09:40 +08:00
Jactus
c91698287a Add catboost config and notebook 2020-11-19 17:18:18 +08:00