-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
add method 'transform' for SpectralEmbedding #15808
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
Comments
As noted in the old post (#2887 (comment)), there seems to be principled ways to do it [1] that match our criterion for inclusion.
|
Is this something anyone is working on? If not, I'd be happy to dig into it. Seems like it might take a bit of time/effort. |
You are welcome to work on it. |
Is this being worked on? I could take a look for SpectralEmbedding. @webdrone also mentioned in (#2887 (comment)) adding to MDS, others. I see a potential problem for MDS, if the learner is initiated with dissimilarity="precomputed" we don't have access to an explicit kernel to use out of sample, which seems necessary. I'll see what can be done there. |
I am actively working on this for spectral embedding. The approach suggested in the Bengio et al paper in #2887 precludes having a |
Unfortunately this prevents using SpectralEmbedding within pipelines:
which is sad because it supports fit_transform. Any workarounds (except for wrapping it in a custom transformer)? |
For
SpectralEmbedding
, is there any plan to add the methodtransform
? This is related to the old post #2887The text was updated successfully, but these errors were encountered: