glassbox.inspector.auto_typer¶
Automatic feature type inference (Numerical, Nominal, Ordinal, Boolean).
AutoTyper
¶
Infers logical data types for dataset columns.
infer_types
¶
Infer feature types for all columns in the dataset.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
Dataset
|
The dataset to analyze. |
required |
Returns:
| Type | Description |
|---|---|
Dict
|
Mapping from column names to their inferred FeatureType. |