I was following the tutorial to compute the spearman: https://deepgraph.readthedocs.io/en/latest/tutorials/pairwise_correlations.html
However, what I need is to compute the Spearman coefficient of two different large matrices. For example, a matrix A: 24Kx24k and B:24Kx24k -> compute a single value of the Spearman coefficient.
Can you please advise and share some code on how to achieve this with the deep graph?
Thank you.
I was following the tutorial to compute the spearman: https://deepgraph.readthedocs.io/en/latest/tutorials/pairwise_correlations.html
However, what I need is to compute the Spearman coefficient of two different large matrices. For example, a matrix A: 24Kx24k and B:24Kx24k -> compute a single value of the Spearman coefficient.
Can you please advise and share some code on how to achieve this with the deep graph?
Thank you.