mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
filter
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user