Skip to content

Commit

Permalink
update pygam to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent dd78afc commit 639d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/mli/model_gam.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GAM(CustomModel):
_multiclass = False
_display_name = "GAM"
_description = "Generalized Additive Model"
_modules_needed_by_name = ['pygam==0.8.0']
_modules_needed_by_name = ['pygam==0.9.1']
_testing_can_skip_failure = False # ensure tested as if shouldn't fail

@staticmethod
Expand Down

0 comments on commit 639d8fd

Please sign in to comment.