Alex Loftus

Results 48 comments of Alex Loftus

also something to look into: https://github.com/pyamg/pyamg https://onlinelibrary.wiley.com/doi/abs/10.1002/nme.1478 (sklearn uses this for its spectral clustering on large, sparse matrices)

@rajpratyush Implicitly Restarted Lanczos Method: https://link.springer.com/article/10.1007/s11075-006-9057-z Also see the references in scipy.sparse.linalg.eigsh: https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.eigsh.html#id1

> @loftusa does implementing joblib here would help?? don't think so

> Restarted Lanczos Method: https://link.springer.com/article/10.1007/s11075-006-9057-z > > https://onlinelibrary.wiley.com/doi/abs/10.1002/nme.1478 > > I cannot read these articles. Can you help ?@loftusa a magic website you didn't hear about from me: https://sci-hub.se/ warning:...

Fixed by grabbing `scikit-image` with a `conda install` command, looks like a scikit-image dependency thing

add this to the adjacency matrix plotting thingy in the subpackage

This is done. Reassigning to @ebridge2 for review

@ebridge2 assign me back to this issue if you have anything for me to review

@ebridge2 I read through this. it's incomplete, e.g., no python code, but other than that seems perfectly fine. I added an explanation of cross-entropy and some other minor changes. it'd...