pipeline_summary

Pipeline Summary

Returns a DataFrame with full metadata for every node in the pipeline. This is a convenience wrapper around pipeline_to_frame.

Parameters

Returns

A DataFrame with one row per node and all metadata columns.

Examples

pipeline_summary(p)

See Also

select_node, pipeline_to_frame