Skip to content

Commit

Permalink
doc(readme): add a sentence for sklearn api
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Oct 1, 2023
1 parent c853b14 commit c4c9f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
</div>

This is a python port of the [AccAltProj algorithm for robust PCA](https://github.com/caesarcai/AccAltProj_for_RPCA), described in this [paper](https://arxiv.org/abs/1711.05519).

This implementation follows `sklearn`'s `fit` & `transform` API.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tool.poetry]
name = "rpca"
keywords = ["robust pca", "rpca", "pca", "sklearn", "dimensionality reduction"]name = "rpca"
version = "0.1.0"
description = "Robust PCA using Accelerated Alternating Projection"
authors = ["Loic Coyle <[email protected]>"]
readme = "README.md"
license = "MIT"
keywords = ["robust pca", "rpca", "sklearn", "dimensionality reduction"]
repository = "https://github.com/loiccoyle/RPCA"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down

0 comments on commit c4c9f9b

Please sign in to comment.