Skip to content

Commit aa31e06

Browse files
authored
randomized svd draft (#3008)
* randomized svd add windows feature return range sketch matrix Q support for subset of samples and individuals in a tree lint requires a function inside a loop to be explicit about the loop variable; fixed it by setting a default variable fix docs build error; add PCAResult to python-api.md
1 parent a405996 commit aa31e06

File tree

3 files changed

+827
-3
lines changed

3 files changed

+827
-3
lines changed

docs/python-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,3 +1590,9 @@ Also see the {ref}`sec_python_api_metadata` summary.
15901590
:members:
15911591
:private-members: _repr_svg_
15921592
```
1593+
1594+
#### The {class}`PCAResult` class
1595+
```{eval-rst}
1596+
.. autoclass:: PCAResult
1597+
:members:
1598+
```

0 commit comments

Comments
 (0)