mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
add flt_data doc
This commit is contained in:
@@ -272,6 +272,11 @@ class TSDataSampler:
|
|||||||
ffill with previous sample
|
ffill with previous sample
|
||||||
ffill+bfill:
|
ffill+bfill:
|
||||||
ffill with previous samples first and fill with later samples second
|
ffill with previous samples first and fill with later samples second
|
||||||
|
flt_data : pd.Series
|
||||||
|
a column of data(True or False) to filter data.
|
||||||
|
None:
|
||||||
|
kepp all data
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.start = start
|
self.start = start
|
||||||
self.end = end
|
self.end = end
|
||||||
|
|||||||
Reference in New Issue
Block a user