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 b38b88d commit 43ea8b4
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 @@ -94,7 +94,7 @@ def embed_by_pca(
features (np.ndarray): Features to transform
metadata (pd.DataFrame): Metadata. Defaults to None.
variance_or_ncomp (float, optional): Variance or number of components to keep after PCA.
Defaults to 100 (n_components). If between 0 and 1, select the number of components such that
Defaults to 128 (n_components). If between 0 and 1, select the number of components such that
the amount of variance that needs to be explained is greater than the percentage specified.
If 1, a single component is kept, and if None, all components are kept.
plate_col (str, optional): Column name for plate metadata. Defaults to None.
Expand Down

0 comments on commit 43ea8b4

Please sign in to comment.