Open rwedge opened 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.
dfs
calculate_feature_matrix
is related to https://github.com/FeatureLabs/featuretools/issues/656
Continuing the discussion from #705, the idea is to add a set of standard callbacks users can pass in to
dfs
andcalculate_feature_matrix
so they do not have to write custom callbacks. One question is what callbacks should be included in this set.