Skip to content

Commit

Permalink
Clarify that object is a dense matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstamp committed Jan 26, 2024
1 parent 7d8f5f3 commit b95d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgkit/stats/genee.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def genee(ds: Dataset, ld: ArrayLike, *, reg_covar: float = 0.000001) -> DataFra
ds
Dataset containing beta values (OLS betas or regularized betas).
ld
2D array of LD values.
Dense 2D array corresponding to the LD matrix.
reg_covar
Non-negative regularization added to the diagonal of covariance.
Passed to scikit-learn ``GaussianMixture``.
Expand Down

0 comments on commit b95d459

Please sign in to comment.