how to find any attributes with correlation more than 0.50

后端 未结 0 1278
有刺的猬
有刺的猬 2020-12-12 14:45

after anlaysing the dataset , how can we find the correlation of all attributes ?

correlations = data.corr(method=\'pearson\')

print(correlation>=0.50)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题