Skip to content

Commit

Permalink
update ml_insights to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent db706c7 commit 675e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/algorithms/calibratedClassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CalibratedClassifierModel:

le = LabelEncoder()

_modules_needed_by_name = ['ml_insights==0.1.4'] # for SplineCalibration
_modules_needed_by_name = ['ml_insights==1.0.3'] # for SplineCalibration

@staticmethod
def is_enabled():
Expand Down

0 comments on commit 675e69d

Please sign in to comment.