Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::eu_ai_act::DriftMetric Struct Reference

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.
 

Detailed Description

Population Stability Index for drift detection.

Definition at line 1060 of file compliance_types.hpp.

Member Data Documentation

◆ drift_threshold

double signet::forge::eu_ai_act::DriftMetric::drift_threshold = 0.25

PSI threshold for alert.

Definition at line 1064 of file compliance_types.hpp.

◆ drifted

bool signet::forge::eu_ai_act::DriftMetric::drifted = false

Whether drift was detected.

Definition at line 1065 of file compliance_types.hpp.

◆ feature_name

std::string signet::forge::eu_ai_act::DriftMetric::feature_name

Feature being monitored.

Definition at line 1061 of file compliance_types.hpp.

◆ ks_statistic

double signet::forge::eu_ai_act::DriftMetric::ks_statistic = 0.0

Kolmogorov-Smirnov statistic.

Definition at line 1063 of file compliance_types.hpp.

◆ measured_ns

int64_t signet::forge::eu_ai_act::DriftMetric::measured_ns = 0

Measurement timestamp.

Definition at line 1066 of file compliance_types.hpp.

◆ psi

double signet::forge::eu_ai_act::DriftMetric::psi = 0.0

Population Stability Index.

Definition at line 1062 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: