ppsingh commited on
Commit
940998b
1 Parent(s): cc525c6

Downlaod Vlaidation

Browse files
Files changed (1) hide show
  1. appStore/target.py +1 -0
appStore/target.py CHANGED
@@ -106,6 +106,7 @@ def target_display():
106
  'LABEL_0':'NEGATIVE',
107
  'LABEL_1':'NOT GHG',
108
  'LABEL_2':'GHG',
 
109
  }
110
  df['GHG Label'] = df['GHG Label'].apply(lambda i: _lab_dict[i])
111
  hits = df[df['Target Label'] == 'TARGET']
 
106
  'LABEL_0':'NEGATIVE',
107
  'LABEL_1':'NOT GHG',
108
  'LABEL_2':'GHG',
109
+ 'NA':'NA',
110
  }
111
  df['GHG Label'] = df['GHG Label'].apply(lambda i: _lab_dict[i])
112
  hits = df[df['Target Label'] == 'TARGET']