Ali Saad-Eldin
Ali Saad-Eldin
Benchmark and compare our embedding functionality with that of [sk-network](https://scikit-network.readthedocs.io/en/latest/tutorials/embedding/index.html). See if one is better than the other in terms of performance/runtime. Specifically their Spectral/SVD with our LSE/ASE (respectively)
Look into adding[ LinearOperator](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.LinearOperator.html) replacements to matrix multiplication to make code faster.
#### Reference Issues/PRs Fixes #18177, which was also further discussed [here](https://github.com/scipy/scipy/issues/13486) #### What does this implement/fix? Explain your changes. Adds new class `GraphSpectralEmbedding` to sklearn/manifold for spectral embedding of graph...