You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
Currently we have a np.random.seed state set in the code somewhere. Now that SHAP has the ability to set seed for its tree explainers, we can remove that code and add the seed directly to SHAP explainer.
Desired Outcome
Do the problem described above.
Solution Outline
Remove it and add random state reference as seed to explainers.
The text was updated successfully, but these errors were encountered:
…252)
This PR depends on the PR to be accepted:
#248
______
This cleanup removes some more unused code and simplifies parts of our
implementations. It should allow for a boost in performance for bigger
use-cases, although minimal.
Also fix:
- [x] #242 comments
- [x] #255
- [x] #245
Problem Description
Currently we have a np.random.seed state set in the code somewhere. Now that SHAP has the ability to set seed for its tree explainers, we can remove that code and add the seed directly to SHAP explainer.
Desired Outcome
Do the problem described above.
Solution Outline
Remove it and add random state reference as seed to explainers.
The text was updated successfully, but these errors were encountered: