Skip to content

Commit 3e4ee86

Browse files
authored
checkpoint
1 parent 2ca1163 commit 3e4ee86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cebra/integrations/sklearn/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
from packaging import version
3131
from sklearn import __version__ as sklearn_version
32+
sklearn_version = version.parse(sklearn_version)
3233

3334

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

0 commit comments

Comments
 (0)