Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
951378644 committed Nov 22, 2023
1 parent b3a724e commit 614eb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions menelaus/data_drift/psi_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def update(self, X: np.array, y_true=None, y_pred=None):
self._drift_state = "drift"
self.set_reference(test_batch)
return psi_value

def _bin_data(self, feature, min, max):
"""
Bin the given feature based on the specified minimum and maximum values.
Expand Down

0 comments on commit 614eb0f

Please sign in to comment.