featuretools.entityset.EntitySet.plot#

EntitySet.plot(to_file=None)[source]#

创建一个类似于UML图的EntitySet图.

Parameters:

to_file (str, 可选) – 保存图表的路径. 如果设置为None(默认值),则不会保存图表.

Returns:

可以直接在Jupyter笔记本中显示的图对象.图中的节点对应于EntitySet中的DataFrame,显示每个列的类型信息.

Return type:

graphviz.Digraph

注意:

为每个列显示的类型信息基于该列的Woodwork ColumnSchema,表示为``LogicalType; semantic_tags``,但为了简洁起见,已删除了标准的语义标签.