getml.pipeline.metadata
Contains the metadata related to the data frames that were originally passed to .fit(...).
Metadata
Bases: NamedTuple
Contains the metadata related to a data frame that were originally passed to .fit(...).
ATTRIBUTE | DESCRIPTION |
---|---|
name | The name of the data frame. TYPE: |
roles | The roles of the columns in the data frame. TYPE: |
AllMetadata
Bases: NamedTuple
Contains the metadata related to all the data frames that were originally passed to .fit(...).
ATTRIBUTE | DESCRIPTION |
---|---|
peripheral | The metadata of the peripheral tables. |
population | The metadata of the population table. TYPE: |