Hello, in the train() function, these two lines
for i in range(10):
shap_data_temp_model.append(torch.sum(torch.tensor(shap_values[i])))
now returns this error
Traceback (most recent call last):
File "<string>", line 2, in <module>
IndexError: index 1 is out of bounds for axis 0 with size 1
Could you provide any solution? Thanks!
Hello, in the
train()function, these two linesnow returns this error
Could you provide any solution? Thanks!