mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-02 10:31:00 +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
|
||||
"""
|
||||
dtype = kwargs.pop("dtype")
|
||||
dtype = kwargs.pop("dtype", None)
|
||||
start, end = slc.start, slc.stop
|
||||
flt_col = kwargs.pop('flt_col', None)
|
||||
# TSDatasetH will retrieve more data for complete
|
||||
|
||||
Reference in New Issue
Block a user