Spaces:
Running
Running
Commit
·
a5eb586
1
Parent(s):
d5f50f8
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -82,8 +82,6 @@ def pdb(input_set, mode, impute):
|
|
82 |
out_path = path_to_output_files / 'log.txt'
|
83 |
#sys.stdout = open(out_path, 'w')
|
84 |
data = clean_data(input_set)
|
85 |
-
st.write('Clean')
|
86 |
-
st.write(data)
|
87 |
if len(data) == 0:
|
88 |
st.write('Feature vectore generation terminated. Please enter a query or check your input format.')
|
89 |
else:
|
|
|
82 |
out_path = path_to_output_files / 'log.txt'
|
83 |
#sys.stdout = open(out_path, 'w')
|
84 |
data = clean_data(input_set)
|
|
|
|
|
85 |
if len(data) == 0:
|
86 |
st.write('Feature vectore generation terminated. Please enter a query or check your input format.')
|
87 |
else:
|