alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
772 stars 86 forks source link

Multi-table support for featuretools component #1455

Open bchen1116 opened 3 years ago

bchen1116 commented 3 years ago

Extension of issue 470. PR 1454 addresses adding the FeatureTools component, but only handles single dataframes/datatables. In order to use FeatureTools fully, we want to be able to use it to combine multiple datasets.

This issue tracks the implementation of that feature. We want to either allow EvalML to take in EntitySets as args, or we want to take in the appropriate args such that we can combine the datatables and create the EntitySets under the hood.

Original quip doc here

bchen1116 commented 3 years ago

After discussion with @dsherry, we decided on

Next steps: Discuss options with FT team, redo perf tests on initial featuretools component implementation, update quip doc