featuretools.variable_types.utils.graph_variable_types

featuretools.variable_types.utils.graph_variable_types(to_file=None)[source]

Create a UML diagram-ish graph of all the Variables.

Parameters

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