Skip to content

Commit fd52b30

Browse files
authored
Merge pull request #9 from Kemsekov/patch-1
Rename `cpa` to `pca`
2 parents ca605df + 11fcaac commit fd52b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install torch-pca
4545
Exactly like `sklearn.decomposition.PCA` but it uses PyTorch tensors as input and output!
4646

4747
```python
48-
from torch_cpa import PCA
48+
from torch_pca import PCA
4949

5050
# Create like sklearn.decomposition.PCA, e.g.:
5151
pca_model = PCA(n_components=None, svd_solver='full')

0 commit comments

Comments
 (0)