Skip to content

Commit

Permalink
DOC: fixed default is param
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi committed Nov 25, 2017
1 parent 6853a20 commit b934eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorly/decomposition/robust_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def robust_pca(X, mask=None, tol=10e-7, reg_E=1, reg_J=1,
regularisation on the low rank part `D`
mu_init : float, optional, default is 10e-5
initial value for mu
mu_max : float, optional, default is 10e-5
mu_max : float, optional, default is 10e9
maximal value for mu
learning_rate : float, optional, default is 1.1
percentage increase of mu at each iteration
Expand Down

0 comments on commit b934eca

Please sign in to comment.