![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Population Stability Index for drift detection. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | feature_name |
| Feature being monitored. | |
| double | psi = 0.0 |
| Population Stability Index. | |
| double | ks_statistic = 0.0 |
| Kolmogorov-Smirnov statistic. | |
| double | drift_threshold = 0.25 |
| PSI threshold for alert. | |
| bool | drifted = false |
| Whether drift was detected. | |
| int64_t | measured_ns = 0 |
| Measurement timestamp. | |
Population Stability Index for drift detection.
Definition at line 1060 of file compliance_types.hpp.
| double signet::forge::eu_ai_act::DriftMetric::drift_threshold = 0.25 |
PSI threshold for alert.
Definition at line 1064 of file compliance_types.hpp.
| bool signet::forge::eu_ai_act::DriftMetric::drifted = false |
Whether drift was detected.
Definition at line 1065 of file compliance_types.hpp.
| std::string signet::forge::eu_ai_act::DriftMetric::feature_name |
Feature being monitored.
Definition at line 1061 of file compliance_types.hpp.
| double signet::forge::eu_ai_act::DriftMetric::ks_statistic = 0.0 |
Kolmogorov-Smirnov statistic.
Definition at line 1063 of file compliance_types.hpp.
| int64_t signet::forge::eu_ai_act::DriftMetric::measured_ns = 0 |
Measurement timestamp.
Definition at line 1066 of file compliance_types.hpp.
| double signet::forge::eu_ai_act::DriftMetric::psi = 0.0 |
Population Stability Index.
Definition at line 1062 of file compliance_types.hpp.