Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero authored Dec 17, 2024
1 parent 2ca1163 commit 3e4ee86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cebra/integrations/sklearn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

from packaging import version
from sklearn import __version__ as sklearn_version
sklearn_version = version.parse(sklearn_version)


def update_old_param(old: dict, new: dict, kwargs: dict, default) -> tuple:
Expand Down

0 comments on commit 3e4ee86

Please sign in to comment.