mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 15:26:54 +08:00
Update handler.py (#1044)
This commit is contained in:
@@ -515,7 +515,7 @@ class DataHandlerLP(DataHandler):
|
|||||||
# data for learning
|
# data for learning
|
||||||
# 1) assign
|
# 1) assign
|
||||||
if self.process_type == DataHandlerLP.PTYPE_I:
|
if self.process_type == DataHandlerLP.PTYPE_I:
|
||||||
_learn_df = self._data
|
_learn_df = _shared_df
|
||||||
elif self.process_type == DataHandlerLP.PTYPE_A:
|
elif self.process_type == DataHandlerLP.PTYPE_A:
|
||||||
# based on `infer_df` and append the processor
|
# based on `infer_df` and append the processor
|
||||||
_learn_df = _infer_df
|
_learn_df = _infer_df
|
||||||
|
|||||||
Reference in New Issue
Block a user