Commit 1b2bf02f authored by Joaquin Torres's avatar Joaquin Torres

Generated all shap inter values except for RF

parent a8431993
...@@ -60,6 +60,9 @@ if __name__ == "__main__": ...@@ -60,6 +60,9 @@ 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:
print('Skip')
continue
print(f"{group}-{method_names[j]}") print(f"{group}-{method_names[j]}")
method_name = method_names[j] method_name = method_names[j]
model_name = model_choices[method_name] model_name = model_choices[method_name]
......
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