📜  与目标变量相关python代码示例

📅  最后修改于: 2022-03-11 14:47:10.006000             🧑  作者: Mango

代码示例2
import seaborn as sns 
df = sns.load_dataset('iris')
#find corr with 'sepal_length'. This can be any valid column 
df.corr()['sepal_length']