alteryx / featuretools

An open source python library for automated feature engineering
https://www.featuretools.com
BSD 3-Clause "New" or "Revised" License
7.26k stars 879 forks source link

Provide default callbacks to use DFS and feature calculation #773

Open rwedge opened 5 years ago

rwedge commented 5 years ago

Continuing the discussion from #705, the idea is to add a set of standard callbacks users can pass in to dfs and calculate_feature_matrix so they do not have to write custom callbacks. One question is what callbacks should be included in this set.

grayskripko commented 5 years ago

is related to https://github.com/FeatureLabs/featuretools/issues/656