evalml.pipelines.components.
DelayedFeatureTransformer
Transformer that delayes input features and target variable for time series problems.
name
model_family
hyperparameter_ranges
default_parameters
Instance attributes
needs_fitting
parameters
Returns the parameters which were used to initialize the component
Methods:
__init__
Creates a DelayedFeatureTransformer.
clone
Constructs a new component with the same parameters
describe
Describe a component and its parameters
fit
Fits the DelayFeatureTransformer.
fit_transform
Fits on X and transforms X
load
Loads component at file path
save
Saves component at file path
transform
Computes the delayed features for all features in X and y.