evalml.pipelines.components.DFSTransformer¶
-
class
evalml.pipelines.components.
DFSTransformer
(index='index', random_seed=0, **kwargs)[source]¶ Featuretools DFS component that generates features for ww.DataTables and pd.DataFrames
-
name
= 'DFS Transformer'¶
-
model_family
= 'none'¶
-
hyperparameter_ranges
= {}¶
-
default_parameters
= {'index': 'index'}¶
Instance attributes
needs_fitting
parameters
Returns the parameters which were used to initialize the component
Methods:
Allows for featuretools to be used in EvalML.
Constructs a new component with the same parameters and random state.
Describe a component and its parameters
Fits the DFSTransformer Transformer component.
Fits on X and transforms X
Loads component at file path
Saves component at file path
Computes the feature matrix for the input X using featuretools’ dfs algorithm.
-