FahadAlam commited on
Commit
d5330f7
1 Parent(s): 733352a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def findCorrelation(dataset, target):
22
  print(d)
23
  labels = sorted(d.items(), key=lambda x: x[1], reverse=True)
24
 
25
- labels.pop(target)
26
 
27
  fig1 = plt.figure()
28
  hm = sns.heatmap(df.corr(), annot = True)
 
22
  print(d)
23
  labels = sorted(d.items(), key=lambda x: x[1], reverse=True)
24
 
25
+ del labels.[target]
26
 
27
  fig1 = plt.figure()
28
  hm = sns.heatmap(df.corr(), annot = True)