graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
634 stars 134 forks source link

This commit is intended to make the SVD code faster. In the initial e… #1064

Closed gupta3a6 closed 2 months ago

gupta3a6 commented 2 months ago

…mbedding step prior to concatenation, MASE just does all the embeddings in a for-loop. This can be parallelized pretty easily with joblib library.

Reference Issues/PRs

What does this implement/fix? Briefly explain your changes.

Any other comments?