0%

np.argsort和np.corrcoef的一些坑



np.argsort()

该函数会把nan值当成最大值。

np.corrcoef()

该函数是用来计算array数组行与行之间的相关系数。