Skip to content

Commit

Permalink
fix(sdk): add PSI as drift algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
maocorte committed Jul 19, 2024
1 parent 0da84b0 commit b0c3d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/radicalbit_platform_sdk/models/dataset_drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class DriftAlgorithm(str, Enum):
KS = 'KS'
CHI2 = 'CHI2'
PSI = 'PSI'


class FeatureDriftCalculation(BaseModel):
Expand Down

0 comments on commit b0c3d4d

Please sign in to comment.