1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 15:56:57 +08:00
This commit is contained in:
blin
2021-04-28 07:30:22 +00:00
parent 45c6dfc5da
commit fa4511cb0a

View File

@@ -505,7 +505,7 @@ class TSDatasetH(DatasetH):
""" """
split the _prepare_raw_seg is to leave a hook for data preprocessing before creating processing data split the _prepare_raw_seg is to leave a hook for data preprocessing before creating processing data
""" """
dtype = kwargs.pop("dtype") dtype = kwargs.pop("dtype", None)
start, end = slc.start, slc.stop start, end = slc.start, slc.stop
flt_col = kwargs.pop('flt_col', None) flt_col = kwargs.pop('flt_col', None)
# TSDatasetH will retrieve more data for complete # TSDatasetH will retrieve more data for complete