snajmark commited on
Commit
c318130
·
1 Parent(s): 3e0c806

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py CHANGED
@@ -44,6 +44,9 @@ feature_names = ['PROPERTY: BCC/FCC/other', 'PROPERTY: Calculated Density (g/cm$
44
  'BCC/FCC/other BCC', 'BCC/FCC/other FCC', 'BCC/FCC/other OTHER',
45
  'Single/Multiphase ', 'Single/Multiphase M', 'Single/Multiphase S']
46
 
 
 
 
47
  def normalize_and_alphabetize_formula(formula):
48
  '''Normalizes composition labels. Used to enable matching / groupby on compositions.'''
49
 
 
44
  'BCC/FCC/other BCC', 'BCC/FCC/other FCC', 'BCC/FCC/other OTHER',
45
  'Single/Multiphase ', 'Single/Multiphase M', 'Single/Multiphase S']
46
 
47
+ def return_feature_names():
48
+ return feature_names
49
+
50
  def normalize_and_alphabetize_formula(formula):
51
  '''Normalizes composition labels. Used to enable matching / groupby on compositions.'''
52