Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
safiyecelik committed Dec 21, 2023
1 parent 7d87d20 commit 143dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efaar_benchmarking/efaar.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def embed_by_pca(
) -> np.ndarray:
"""
Embed the whole input data using principal component analysis (PCA).
Note that we explicitly center & scale the data before and after calling `PCA`.
Note that we explicitly center & scale the data before calling `PCA`.
Centering and scaling is done by plate if `plate_col` is not None, and on the whole data otherwise.
Also note that `PCA` transformer also does mean-centering on the whole data prior to the PCA operation.
Expand Down

0 comments on commit 143dbd2

Please sign in to comment.