Skip to content

Commit 0677e51

Browse files
committed
Updates for scikit-learn 1.4
Signed-off-by: Beat Buesser <[email protected]>
1 parent 9519d2d commit 0677e51

13 files changed

+2
-2
lines changed

utils/resources/create_model_weights.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def create_scikit_model_weights():
154154
os.path.join(
155155
os.path.dirname(os.path.dirname(__file__)),
156156
"resources/models/scikit/",
157-
"scikit-" + model_name + "-iris-clipped-ge-1.3.0.pickle",
157+
"scikit-" + model_name + "-iris-clipped-eq-1.4.0.pickle",
158158
),
159159
"wb",
160160
),
@@ -168,7 +168,7 @@ def create_scikit_model_weights():
168168
os.path.join(
169169
os.path.dirname(os.path.dirname(__file__)),
170170
"resources/models/scikit/",
171-
"scikit-" + model_name + "-iris-unclipped-ge-1.3.0.pickle",
171+
"scikit-" + model_name + "-iris-unclipped-eq-1.4.0.pickle",
172172
),
173173
"wb",
174174
),
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)