Skip to content

Commit

Permalink
Merge pull request #58 from JuanBenitezDev/docs/update-docstring
Browse files Browse the repository at this point in the history
docs: Update FactorAnalyzer docstring
  • Loading branch information
desilinguist authored May 31, 2020
2 parents a71029f + 0e0d8e9 commit 39b9f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions factor_analyzer/factor_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ class FactorAnalyzer(BaseEstimator, TransformerMixin):
----------
loadings : numpy array
The factor loadings matrix.
Default to None, if `analyze()` has not
Default to None, if `fit()` has not
been called.
corr : numpy array
The original correlation matrix.
Default to None, if `analyze()` has not
Default to None, if `fit()` has not
been called.
rotation_matrix : numpy array
The rotation matrix, if a rotation
Expand Down

0 comments on commit 39b9f9e

Please sign in to comment.