Skip to content

Commit

Permalink
Merge pull request #62 from marcelflygare/patch-1
Browse files Browse the repository at this point in the history
Update pca.py
  • Loading branch information
yzhao062 authored Apr 30, 2019
2 parents 9c09546 + 1d36910 commit 41e2739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyod/models/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class PCA(BaseDetector):
weighted : bool, optional (default=True)
If True, the eigenvalues are used in score computation.
The eigenvectors with samll eigenvalues comes with more importance
The eigenvectors with small eigenvalues comes with more importance
in outlier score calculation.
standardization : bool, optional (default=True)
Expand Down

0 comments on commit 41e2739

Please sign in to comment.