pdurham2
pdurham2
Hello, I have more of a question than an issue. I am trying to extract feature explanations for each prediction using shap values, but am running into challenges with the...
When `diff_order` is applied in `lad_filtering.py`, the value passed to `np.diff` is fixed as 2. Is this intended or should `diff_order` be passed instead? ``` if diff_order: actual_previous_per_diff = [interpolated_actual_previous[-1]]...
Hello, I am trying to use shap with a PyTorch model that uses embeddings and I was wondering if there are any suggestions/examples for how to accomplish this. I found...