question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add method 'transform' for SpectralEmbedding

See original GitHub issue

For SpectralEmbedding, is there any plan to add the method transform? This is related to the old post #2887

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
dillongardnercommented, Dec 12, 2019

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.

0reactions
vedranfcommented, Aug 31, 2021

Unfortunately this prevents using SpectralEmbedding within pipelines:

TypeError: All intermediate steps should be transformers and implement fit and transform or be the string 'passthrough' (type <class 'sklearn.manifold._spectral_embedding.SpectralEmbedding'>) doesn't

which is sad because it supports fit_transform. Any workarounds (except for wrapping it in a custom transformer)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

sklearn.manifold.SpectralEmbedding
Forms an affinity matrix given by the specified function and applies spectral decomposition to the corresponding graph laplacian. The resulting transformation ...
Read more >
Minimalistic Unsupervised Learning with the ... - OpenReview
Our approach leverages the sparse manifold transform, which unifies sparse coding, manifold learning, and slow feature analysis.
Read more >
One-Hot Graph Encoder Embedding - Papers With Code
In this paper we propose a lightning fast graph embedding method called ... and can be viewed as a transformation of the spectral...
Read more >
Learning Eigenfunctions Links Spectral ... - CiteSeerX
new points, i.e. turning the spectral embedding algorithms into function induction algorithms. The Nyström formula obtained this way is well ...
Read more >
Minimalistic Unsupervised Learning with the Sparse ... - DeepAI
Our approach leverages the sparse manifold transform, which unifies sparse ... (c) Spectral embedding assigns similar values to nearby dictionary elements.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found