Skip to content

getml.pipeline.table.Table dataclass

Table(
    name: str, importance: float, target: str, marker: str
)

A dataclass that holds data about a single table.

PARAMETER DESCRIPTION
name

The name of the table.

TYPE: str

importance

The importance of the table.

TYPE: float

target

The target of the table.

TYPE: str

marker

The marker of the table.

TYPE: str