Skip to content

Commit

Permalink
[DOC] Remove the nonexistent error_ attribute in MiniBatchSparsePCA d…
Browse files Browse the repository at this point in the history
…ocstring (scikit-learn#11098)
  • Loading branch information
theavey authored and rth committed May 15, 2018
1 parent 106014e commit 48f3303
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sklearn/decomposition/sparse_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ class MiniBatchSparsePCA(SparsePCA):
components_ : array, [n_components, n_features]
Sparse components extracted from the data.
error_ : array
Vector of errors at each iteration.
n_iter_ : int
Number of iterations run.
Expand Down

0 comments on commit 48f3303

Please sign in to comment.