-
I got some feedback from GS for our explain function:
* they asked how to get the explain for all features (not just top n), I looked at our documentation and this is not defined. Maybe we should add…
-
Context:
- TensorBoard master commit `728db3ef3442795a671c80f4a6a76bf1a0914d61`
Description:
When using the partial dependence plots in the What-If plugin, the y-axis range of the plots is no…
-
## Problem
The book's histogram of ProductSizes in the "Partial Dependence" section has a mislabeled y-axis. Consequently, the histogram communicates the wrong counts for some of the ProductSizes. …
-
[미디엄 블로그 ](https://jalynne-kim.medium.com/%EB%A8%B8%EC%8B%A0-%EB%9F%AC%EB%8B%9D-%EC%98%88%EC%B8%A1-%EB%AA%A8%EB%8D%B8%EC%9D%84-%ED%95%B4%EC%84%9D%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95-how-to-interpret-…
-
I am using dalex to plot multiple partial dependence plots in Python. It is a very useful package!
For some numeric features (especially those with outliers), I would like to specify the evaluation…
-
We have a rich set of examples covering a very broad range of issues, but they're not necessarily easily discoverable via the section on the bottom of the API pages.
This meta-issue is to keep trac…
-
I think this is likely another issue with the recent versions of skearn (I'm using 0.24.0) but after optimising my model using `BayesSearchCV`, I can see all of the normal scoring results and best par…
-
Getting this error when trying to install simba. Have also tried downgrading pip and received a different error regarding the dependencies.
error: subprocess-exited-with-error
× python setup…
-
Might pdp be extended to work directly with output from Keras3? Also, variable importance plots would be a nice addition. There are number of related ideas in Molnar’s nice survey book “Interpretable …
-
### Problem Description
Many articles, HOWTOs and tutorials online appear to suggest that you need to do a train/test split when explaining a model with SHAP, with some articles going to great length…