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: - Stream[- T]- A 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.