Commit c9d3eaf1 authored by Joaquin Torres's avatar Joaquin Torres

Ready to plot (waiting to discuss approach)

parent 746831df
...@@ -49,6 +49,6 @@ if __name__ == "__main__": ...@@ -49,6 +49,6 @@ if __name__ == "__main__":
print(f"{group}-{method_names[j]}") print(f"{group}-{method_names[j]}")
method_name = method_names[j] method_name = method_names[j]
shap_vals = np.load(f'./output/shap_values/{group}_{method_name}.npy') shap_vals = np.load(f'./output/shap_values/{group}_{method_name}.npy')
print(f'Loaded SHAP values. Shape: {shap_vals.shape}') # print(f'Loaded SHAP values. Shape: {shap_vals.shape}')
shap_inter_vals = np.load(f'./output/shap_inter_values/{group}_{method_name}.npy') shap_inter_vals = np.load(f'./output/shap_inter_values/{group}_{method_name}.npy')
print(f'Loaded SHAP INTER values. Shape: {shap_inter_vals.shape}') # print(f'Loaded SHAP INTER values. Shape: {shap_inter_vals.shape}')
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