Commit a2fb2290 authored by Joaquin Torres's avatar Joaquin Torres

Rest of shap inter values generated

parent 1b2bf02f
...@@ -60,7 +60,7 @@ if __name__ == "__main__": ...@@ -60,7 +60,7 @@ if __name__ == "__main__":
X_test = data_dic['X_test_' + group] X_test = data_dic['X_test_' + group]
y_test = data_dic['y_test_' + group] y_test = data_dic['y_test_' + group]
for j, method in enumerate(['', '', 'over_', 'under_']): for j, method in enumerate(['', '', 'over_', 'under_']):
if j == 1: if j != 1:
print('Skip') print('Skip')
continue continue
print(f"{group}-{method_names[j]}") print(f"{group}-{method_names[j]}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment