featuretools.graph_feature

featuretools.graph_feature(feature, to_file=None)[source]

Generates a feature lineage graph for the given feature

Parameters
  • feature (FeatureBase) – Feature to generate lineage graph for

  • to_file (str, optional) – Path to where the plot should be saved. If set to None (as by default), the plot will not be saved.

Returns

Graph object that can directly be displayed in Jupyter notebooks.

Return type

graphviz.Digraph