mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
fix bug
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
from .dl_strategy import (
|
||||
TopkDropoutStrategy,
|
||||
BaseStrategy,
|
||||
WeightStrategyBase,
|
||||
)
|
||||
|
||||
from .rule_strategy import(
|
||||
TWAPStrategy,
|
||||
SBBEMAStrategy
|
||||
SBBStrategyBase,
|
||||
SBBStrategyEMA,
|
||||
)
|
||||
|
||||
from .cost_control import (
|
||||
|
||||
Reference in New Issue
Block a user