evalml.pipelines.components.DFSTransformer.__init__¶
-
DFSTransformer.
__init__
(index='index', random_seed=0, **kwargs)[source]¶ Allows for featuretools to be used in EvalML.
- Parameters
index (string) – The name of the column that contains the indices. If no column with this name exists, then featuretools.EntitySet() creates a column with this name to serve as the index column. Defaults to ‘index’
random_seed (int) – Seed for the random number generator