tensortrade.feed.api.generic.imputation module¶
imputation.py contains classes for imputation stream operations.
-
class
tensortrade.feed.api.generic.imputation.FillNa(*args, **kwargs)[source]¶ Bases:
tensortrade.feed.core.base.StreamA stream operator that computes the padded imputation of a stream.
- Parameters
fill_value (T) – The fill value to use for missing values in the stream.
-
class
tensortrade.feed.api.generic.imputation.ForwardFill(*args, **kwargs)[source]¶ Bases:
tensortrade.feed.core.base.StreamA stream operator that computes the forward fill imputation of a stream.