Tyler Adkins
Tyler Adkins
Same problem here. I tried installing with `pip install shap` and `pip install git+https://github.com/slundberg/[email protected]`. Either way, when I run the code: ``` explainer = shap.GPUTreeExplainer(classifier) shap_values = explainer.shap_values(X) ``` I...
@davidmacar no I did not solve, just moved on
Thank you for your detailed and helpful response. This is a multi-class classification problem and the number of classes is extremely large (~5k). The target array is 1D with values...
This was fixed in Soda Library v1.8.16: https://docs.soda.io/release-notes/all.html. I recommend you create a new python environment and try again following these instructions: https://docs.soda.io/soda/integrate-dbt.html#ingest-dbt-test-results-from-dbt-core-into-soda-cloud
@sdebruyn this is a Soda cloud capability and is not intended to be used in soda core, so any changes to `soda-dbt` will happen to our commercial packages. Secondly, I...
The update you're referring to above is an automated increment of the version number that happens to all of the sub-modules of soda core. However, nonetheless, there is no use...