Spaces:
Sleeping
Sleeping
Update pages/4_π¬_Decision_Exploration_Panel.py
Browse files
pages/4_π¬_Decision_Exploration_Panel.py
CHANGED
@@ -344,7 +344,8 @@ def main():
|
|
344 |
representative_id_list = list(representative_cases)
|
345 |
representative_id_list = [f'{os.getcwd()}/data/oct2017/train/' + each_fn.split("\\")[-2] +'/'+each_fn.split("\\") [-1]
|
346 |
for each_fn in representative_id_list]
|
347 |
-
|
|
|
348 |
#with upload:
|
349 |
st.sidebar.info('GLOABAL EXPLANATION!! ')
|
350 |
option = st.sidebar.selectbox('Please select Global Samples, then click Explain Me button', ["Representative Samples","Borderline Cases"])
|
|
|
344 |
representative_id_list = list(representative_cases)
|
345 |
representative_id_list = [f'{os.getcwd()}/data/oct2017/train/' + each_fn.split("\\")[-2] +'/'+each_fn.split("\\") [-1]
|
346 |
for each_fn in representative_id_list]
|
347 |
+
print(representative_id_list)
|
348 |
+
print(borderline_id_list)
|
349 |
#with upload:
|
350 |
st.sidebar.info('GLOABAL EXPLANATION!! ')
|
351 |
option = st.sidebar.selectbox('Please select Global Samples, then click Explain Me button', ["Representative Samples","Borderline Cases"])
|