Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
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 |
|