glassbox.inspector.report¶
Data classes for the EDA report: EDAReport, OutlierInfo, MissingInfo, NumericStats, CategoricalStats.
FeatureType
¶
Bases: Enum
Enumerates possible statistical data types for features.
CollinearityPair
dataclass
¶
Represents an association or correlation between two features.
OutlierInfo
dataclass
¶
Stores outlier bounds and count for a single feature.
NumericStats
dataclass
¶
Stores basic summary statistics for a numerical feature.
CategoricalStats
dataclass
¶
Stores summary statistics for a categorical feature.
EDAReport
dataclass
¶
Container for the complete Exploratory Data Analysis report.
to_json
¶
Serialize the entire EDA report down to a JSON string.
Returns:
| Type | Description |
|---|---|
str
|
JSON representation of the report. |