brrbaral
brrbaral
Hi James and the team, Like we generated what-if-tool with SHAP, is there any way we can use it with LIME? Thanks.
Hi James and the Team! I am using WIT for web project. I got problem when using the distance_embeddings of shape [[300,300]] for displaying 300 example images. It shows error...
Hi, thanks for the great library for causal inference. I was trying to implement CausalAnalysis for the multiclass classification problem but it says "AssertionError: Multiclass classification isn't supported". Is there...
Hi, I tried to build the web demo using: `bazel run wit_dashboard/demo:imagedemoserver ` I got the error: ``` Uncaught (in promise) Error: Tensorflow Op is not supported: _FusedConv2D at t.mapNode...
Hi, I got error while trying to build the web demos using bazel. I am using bazel version 1.0.0. Here is the command I am using to build the web...
Hi Mitiq Team, I am having problem getting started with Pennylane using PEC, CDR, DDD and REM. In the documentation, there are good examples of using ZNE with pennylane. I...
Hi, pywhy I am having issue with implementing 'do' operator. **Error:** AttributeError: 'int' object has no attribute 'copy' **Code that is producing error** ``` import dowhy.datasets dataset = dowhy.datasets.lalonde_dataset() dataset=dataset.replace({True:1,False:0})...