-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT Parameters validation for SpectralEmbedding
#24103
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
MAINT Parameters validation for SpectralEmbedding
#24103
Conversation
SpectralEmbedding
…nto validate_spectralembedding
|
Also note that this PR contains changes to |
@kasmith11 could you remove the changes related to the other PR where you modified the |
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.
Two tiny changes, otherwise looks good to me, thanks!
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 the PR @kasmith11. I directly pushed to address the review comments and remove some old validation code.
LGTM.
Thank you. @jeremiedbb |
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Reference Issues/PRs
References #23462 and #22722
What does this implement/fix? Explain your changes.
Adds
_parameter_constraints
for SpectralEmbeddingAny other comments?
The docstring for
SpectralEmbedding
contains a parametereigen_tol
while I believe the documentation does not? Let me know if I'm referencing the wrong version of the documentation.