Skip to content

Commit

Permalink
fixes scikit-learn#10031: fix attribute name and shape in documentati…
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi authored and maskani-moh committed Nov 15, 2017
1 parent a8fe0d2 commit 6704dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/manifold/locally_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,11 @@ class LocallyLinearEmbedding(BaseEstimator, TransformerMixin):
Attributes
----------
embedding_vectors_ : array-like, shape [n_components, n_samples]
embedding_ : array-like, shape [n_samples, n_components]
Stores the embedding vectors
reconstruction_error_ : float
Reconstruction error associated with `embedding_vectors_`
Reconstruction error associated with `embedding_`
nbrs_ : NearestNeighbors object
Stores nearest neighbors instance, including BallTree or KDtree
Expand Down

0 comments on commit 6704dd3

Please sign in to comment.