2021年4月7日星期三

Best way to get correlation between two dimensional numpy arrays?

I am trying to rank some data in 2 different ways and I want to find the correlation between the rankings provided by the two methods. I have a data of size 500, which is ranked by both methods for 900 iterations. I have stored the results in two numpy arrays of shape (900,500). Each row is one iteration of the ranks. So, how do I find the correlation between them?

https://stackoverflow.com/questions/66997211/best-way-to-get-correlation-between-two-dimensional-numpy-arrays April 08, 2021 at 12:07PM

没有评论:

发表评论