Skip to content

Commit

Permalink
update catboost to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 314dcf5 commit 08602b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/algorithms/catboost_regression_uncertanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CatBoostRegressionUncertanityModel(CustomModel):

_display_name = "CatBoostRegressionUncertanity"
_description = "Yandex CatBoost GBM"
_modules_needed_by_name = ["catboost==1.0.5"]
_modules_needed_by_name = ["catboost==1.2.5"]

@staticmethod
def do_acceptance_test():
Expand Down

0 comments on commit 08602b7

Please sign in to comment.