CategoricalDriftMetrics Class
Categorical Drift Metrics
Constructor
CategoricalDriftMetrics(*, jensen_shannon_distance: float | None = None, population_stability_index: float | None = None, pearsons_chi_squared_test: float | None = None)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
jensen_shannon_distance
|
The Jensen-Shannon distance between the two distributions Default value: None
|
|
population_stability_index
|
The population stability index between the two distributions Default value: None
|
|
pearsons_chi_squared_test
|
The Pearson's Chi-Squared test between the two distributions Default value: None
|