Commit 68357475 authored by Joaquin Torres's avatar Joaquin Torres

Ready to compute shap values

parent c53cbe01
......@@ -78,5 +78,4 @@ if __name__ == "__main__":
# ---------------------------------------------------------------------------------------------------------
# Save results
np.save(f"./output/shap_values/{group}_{method_names[j]}", shap_vals)
print(f'Shape of numpy array: {shap_vals.shape}')
# --------------------------------------------------------------------------------------------------------
\ No newline at end of file
Binary files a/requirements.txt and /dev/null differ
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