Skip to content

Commit

Permalink
DOC Update MDS init docs in fit (scikit-learn#24070)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored Aug 5, 2022
1 parent c13ed7c commit 0a93e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/manifold/_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def fit(self, X, y=None, init=None):
y : Ignored
Not used, present for API consistency by convention.
init : ndarray of shape (n_samples,), default=None
init : ndarray of shape (n_samples, n_components), default=None
Starting configuration of the embedding to initialize the SMACOF
algorithm. By default, the algorithm is initialized with a randomly
chosen array.
Expand Down

0 comments on commit 0a93e16

Please sign in to comment.