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:
@@ -62,8 +62,6 @@ class SignalWCache(Signal):
|
||||
|
||||
|
||||
class ModelSignal(SignalWCache):
|
||||
...
|
||||
|
||||
def __init__(self, model: BaseModel, dataset: Dataset):
|
||||
self.model = model
|
||||
self.dataset = dataset
|
||||
|
||||
Reference in New Issue
Block a user