Feature distribution for embeddings
KEY | TYPE | Description |
---|---|---|
distance | list | Histogram data of KL divergences between the training distribution and the range of values in the specified window. |
jsDistance | list | Histogram data of JS divergence between the training distribution and the range of values in the specified window. |
wsDistance | list | Histogram data of Wasserstein distance between the training distribution and the range of values in the specified window. |
ksStatistic | list | Histogram data of Kolmogorov-Smirnov statistic computed between the training distribution and the range of values in the specified window. |
psi | list | Histogram data of Population stability index computed between the training distribution and the range of values in the specified window. |
csi | list | Histogram data of Characteristic Stability Index computed between the training distribution and the range of values in the specified window. |
chiSquare | list | Histogram data of Chi-square statistic computed between the training distribution and the range of values in the specified window. |
averageDrift | DriftTypesValue | Average drift embedding for each type of drift |