Skip to content

Commit

Permalink
fix: added psi to enum drift dto (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteZamboni authored Jul 19, 2024
1 parent 67e94e9 commit e601c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app/models/metrics/drift_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class DriftAlgorithm(str, Enum):
KS = 'KS'
CHI2 = 'CHI2'
PSI = 'PSI'


class FeatureDriftCalculation(BaseModel):
Expand Down

0 comments on commit e601c2d

Please sign in to comment.