8000 [MRG] Fixes issue #6746 "number of power iterations" message by chriskaschner · Pull Request #7010 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG] Fixes issue #6746 "number of power iterations" message #7010

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

Conversation

chriskaschner
Copy link

Reference Issue

Fixes issue #6746

What does this implement/fix? Explain your changes.

- Changes default value passed to extmath.py from pca.py to None.
@nelson-liu
Copy link
Contributor

Can you update the docs as well to reflect the new defaults?

@nelson-liu
Copy link
Contributor

also i'm not sure that this is the way to go....might also want to check out http://scikit-learn.org/dev/developers/contributing.html#deprecation

@amueller
Copy link
Member

there are tests errors. And this shouldn't change any user behavior, apart from no warning.

@amueller
Copy link
Member

I'm pretty confused now. I would have left the explicit number here, and change the default to None in extmath.

Fix issue scikit-learn#6746

What does this implement/fix? Explain your changes.
* Change default value passed to extmath.py from pca.py to None.
* update tests to reference the value of "None" being passed to extmath.py
Fixes issue scikit-learn#6746

What does this implement/fix? Explain your changes.

Changes default value passed to extmath.py from pca.py to None.
Fix issue scikit-learn#6746

What does this implement/fix? Explain your changes.

Changes default value passed to extmath.py from pca.py to None.
Update Docs and Doc Tests to reflect new value
@amueller
Copy link
Member

I still don't understand what's happening here... Shouldn't the changes be in the randomized svd function?

Fix issue scikit-learn#6746

What does this implement/fix? Explain your changes.

Changes default value passed to extmath.py from pca.py to None.
Update Docs and Doc Tests in to reflect new value
@chriskaschner
Copy link
Author

@amueller the output from that function is referenced in a number of different doc tests, so the previously discussed changes required updates to the docs/ tests that referenced the default output of PCA.

@amueller
Copy link
Member
amueller commented Sep 6, 2016

fixed by #7311.

@amueller amueller closed this Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0