At last when I tried featuretools I was searching for a particular feature which I was expecting. When you have > 30 feature it is kind of time consuming to find the feature.
Has the feature_names object (second return object of the dfs method) a method to search for some text patterns (regex)?
feature_names is a list of "featuretools.feature_base.feature_base.IdentityFeature"
Post Scriptum: In the featuretools documentation of the API the return objects are not described