-
Notifications
You must be signed in to change notification settings - Fork 183
[CI] upgrade dpctl/dpnp versions #2414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8950327
9fa3d75
324176f
8797462
63004d4
3377625
9f043b3
59cb8aa
9cf320a
2732fb4
1eaff2d
ebfdafc
ce267f0
804ca9a
e280c00
ea36d57
61f076c
e6cb93d
5f11430
b1690fd
0a1dcdf
59c6679
ff19168
aa2ea77
a0cc908
b6982e6
e4284b5
b6a7b22
0c2c67b
28ee59d
9d17782
588d6a9
0e196c7
6f323a7
1089047
54d57e6
e8b5805
6df4cfb
5f54a90
0a04bca
3b88e56
a9d782e
80bdacf
c87628f
747c246
029b32c
e545af2
2f329c9
1852f69
3befd59
0e1bda5
c80321d
34f8a6f
f7e5ee8
1ec6f73
c0678b1
a25abbd
ab327d2
94e5003
9c9dfce
4ab6f5c
225122e
2666996
791917f
f234744
f86992e
bc0be32
694026a
928744d
548e7d3
bc72cd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -334,6 +334,7 @@ def _check_test_data(self, X): | |
return X | ||
|
||
_transform = support_input_format(_sklearn_KMeans._transform) | ||
transform = support_input_format(_sklearn_KMeans.transform) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was this meant to replace the line before? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately no There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps that could be left as a comment for when it comes the time to refactor again. |
||
|
||
@wrap_output_data | ||
def score(self, X, y=None, sample_weight=None): | ||
|
Uh oh!
There was an error while loading. Please reload this page.