metadata

property Pipeline.metadata: Optional[AllMetadata]

Contains information on the data frames that were passed to .fit(…). The roles contained therein can be directly passed to existing data frames to correctly reassign the roles of existing columns. If the pipeline has not been fitted, this is None.