James Wexler

Results 228 comments of James Wexler
trafficstars

Thanks so much for this feedback. You're correct that the binning logic in the Performance & Fairness tab is a little different than that in the datapoints display. This is...

Thanks for the detailed bug report, @NMRobert Are you running jupyter lab on your local machine, or is it some hosted instance somewhere?

Would you be willing to try with JupyterLab version 2.x instead of 3.x? I don't believe witwidget has been tested with JupyterLab 3 at this point.

I was able to get witwidget working with jupyterlab==2.3.1 with the following steps: 1) created new python 3 virtualenv and activated it, as a fresh test environment 2) pip install...

What process did you use to deploy the model to the cloud ai platform? Can you point me to the documentation? And what is the code you use to create...

Thanks for reaching out. We'll debug the issue here: https://github.com/PAIR-code/what-if-tool/issues/165 On Mon, Jul 5, 2021 at 6:57 AM Nazrul Miya ***@***.***> wrote: > The tool throws the below error on...

Are you able to provide an example notebook that fails that you can share with me? I don't have any experience yet with Vertex notebooks and am not sure how...

The issue may be that Vertex AI notebooks use JupyterLab 3.x, and WIT only works currently in versions 1.x and 2.x. See https://github.com/PAIR-code/what-if-tool/issues/71 for when we had to update WIT...

@krishr2d2 the WIT tool currently has no built-in support for Vertex AI models like it does for the old AI platform model types. To immediately use a vertex AI model...

What data did you pass into the witwidget? Can you provide a notebook that can reproduce the issue? Thanks.