getml.pipeline.column.Column dataclass
Dataclass that holds data about a single column.
PARAMETER | DESCRIPTION |
---|---|
index | The index of the column. TYPE: |
name | The name of the column. TYPE: |
marker | The marker of the column. TYPE: |
table | The table the column is from. TYPE: |
target | The target the column is associated with. TYPE: |
importance | The importance of the column. TYPE: |