1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 06:20:57 +08:00

Merge branch 'backtest_improve' of github.com:microsoft/qlib into backtest_improve

This commit is contained in:
Young
2021-10-15 11:22:15 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -62,8 +62,6 @@ class SignalWCache(Signal):
class ModelSignal(SignalWCache):
...
def __init__(self, model: BaseModel, dataset: Dataset):
self.model = model
self.dataset = dataset