We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c9760 commit 9a6ab70Copy full SHA for 9a6ab70
README.md
@@ -11,7 +11,7 @@ from pyrpca import rpca_pcp_ialm
11
data = ...
12
13
# decide on sparsity factor.
14
-# this parameter is also commonly known as `lambda`.
+# this parameter is also commonly known as 'lambda'.
15
sparsity_factor = 1.0 / numpy.sqrt(max(data.shape))
16
17
# run the ialm algorithm.
0 commit comments