NOTICE
The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior to release by installing from GitHub:
pip install https://github.com/alteryx/featuretools/archive/woodwork-integration.zip
For details on migrating to the new version, refer to Transitioning to Featuretools Version 1.0. Please report any issues in the Featuretools GitHub repo or by messaging in Alteryx Open Source Slack.
EntitySet.
plot
Create a UML diagram-ish graph of the EntitySet.
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.
Jupyter notebooks. Nodes of the graph correspond to the DataFrames in the EntitySet, showing the typing information for each column.
graphviz.Digraph
Note
The typing information displayed for each column is based off of the Woodwork ColumnSchema for that column and is represented as LogicalType; semantic_tags, but the standard semantic tags have been removed for brevity.
LogicalType; semantic_tags