-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
DOC versionadded randomized_svd #5512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC versionadded randomized_svd #5512
Conversation
ping @amueller |
Do we also want to say what changed? I.e. what the defaults were before? ping @ogrisel @GaelVaroquaux |
yeah and please check the rendering as I think @GaelVaroquaux just said IRL |
I would rather keep the docstring clean from this. One can always navigate previous version to check. |
Closed by mistake |
2a4d1d8
to
5f24df4
Compare
@@ -488,7 +488,8 @@ class RandomizedPCA(BaseEstimator, TransformerMixin): | |||
use fit_transform(X) instead. | |||
|
|||
iterated_power : int, optional | |||
Number of iterations for the power method. 3 by default. | |||
Number of iterations for the power method. 2 by default. | |||
.. versionchanged:: 0.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this is good. I'm not sure if it needs a newline above it to render correctly. can you check please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for checking. It doesn't look to be fixed here, though. maybe you didn't push?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it is :)
f8ed25b
to
1872037
Compare
1872037
to
f45f260
Compare
DOC versionadded randomized_svd
merging as minor. Thanks @giorgiop |
#5141/comment addressed.