Skip to content
2 changes: 1 addition & 1 deletion sklearn/cluster/_mean_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def predict(self, X):

Parameters
----------
X : {array-like, sparse matrix} of shape (n_samples, n_features)
X : array-like of shape (n_samples, n_features)
New data to predict.

Returns
Expand Down