1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00

trade_account support multi bar report

This commit is contained in:
bxdd
2021-04-29 02:15:34 +08:00
parent 8920c1967f
commit 86a6f565e8
15 changed files with 362 additions and 209 deletions

View File

@@ -2,7 +2,7 @@
# Licensed under the MIT License.
from .dl_strategy import (
from .model_strategy import (
TopkDropoutStrategy,
WeightStrategyBase,
)