featuretools.entityset.EntitySet.plot#
- EntitySet.plot(to_file=None)[源代码]#
创建一个类似于 UML 图的 EntitySet 图。
- 参数:
to_file (str, 可选) – 图应保存到的路径。如果设置为 None(默认),则图将不会保存。
- 返回:
- 图对象,可以直接在
Jupyter Notebooks 中显示。图的节点对应于 EntitySet 中的 DataFrames,显示每个列的类型信息。
- 返回类型:
graphviz.Digraph
注意
为每个列显示的类型信息基于该列的 Woodwork ColumnSchema,并表示为
LogicalType; semantic_tags
,但为了简洁起见,已移除标准语义标签。