abacusai.embedding_feature_drift_distribution

Module Contents

Classes

EmbeddingFeatureDriftDistribution

distance (List): Histogram data of KL divergences between the training distribution and the range of values in the specified window.

class abacusai.embedding_feature_drift_distribution.EmbeddingFeatureDriftDistribution(client, distance=None, jsDistance=None, wsDistance=None, ksStatistic=None)

Bases: abacusai.return_class.AbstractApiClass

distance (List): Histogram data of KL divergences between the training distribution and the range of values in the specified window.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • distance (list) –

  • jsDistance (list) –

  • wsDistance (list) –

  • ksStatistic (list) –

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict