Skip to content

Commit 24bd20d

Browse files
milana2Ana Milanovathomasjpfan
authored andcommitted
DOC correct input array type in MeanShift.predict (#20796)
Co-authored-by: Ana Milanova <milana2@rpi.edu> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent 783bd23 commit 24bd20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cluster/_mean_shift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def predict(self, X):
501501
502502
Parameters
503503
----------
504-
X : {array-like, sparse matrix} of shape (n_samples, n_features)
504+
X : array-like of shape (n_samples, n_features)
505505
New data to predict.
506506
507507
Returns

0 commit comments

Comments
 (0)