8000 fixes #10031: fix attribute name and shape in documentation (#10033) · jwjohnson314/scikit-learn@0e5d922 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e5d922

Browse files
muayyad-alsadiJeremiah Johnson
authored andcommitted
fixes scikit-learn#10031: fix attribute name and shape in documentation (scikit-learn#10033)
1 parent 7518b2f commit 0e5d922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/manifold/locally_linear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,11 @@ class LocallyLinearEmbedding(BaseEstimator, TransformerMixin):
589589
590590
Attributes
591591
----------
592-
embedding_vectors_ : array-like, shape [n_components, n_samples]
592+
embedding_ : array-like, shape [n_samples, n_components]
593593
Stores the embedding vectors
594594
595595
reconstruction_error_ : float
596-
Reconstruction error associated with `embedding_vectors_`
596+
Reconstruction error associated with `embedding_`
597597
598598
nbrs_ : NearestNeighbors object
599599
Stores nearest neighbors instance, including BallTree or KDtree

0 commit comments

Comments
 (0)
0