Ilya Matiach
Ilya Matiach
Just had someone else hit this issue again. It doesn't occur from the pypi install, just the local "pip install ." command. Also it doesn't occur with "pip install -e...
@FMalnegro what platform are you trying this on? Is this on a VM or on local compute? There are some issues with what if analysis on remote compute because the...
@FMalnegro unfortunately Databricks is the most difficult environment of all, because the driver/worker nodes are under their own virtual network, and for WhatIf analysis we basically need to call predict...
@darrenyu1111 this should have been just fixed with the latest release 0.14.3 (what if and ICE plots on compute instance in AzureML)
there was a workaround merged here after a user complaint: https://github.com/interpretml/interpret-community/pull/235 will keep this ticket to track the longer-term fix
@GISH123 the posting is only for what if analysis and ICE plots. It seems that starting the flask server is giving you trouble in the second screenshot: https://github.com/interpretml/interpret-community/blob/master/python/interpret_community/widget/explanation_dashboard.py#L174 This only...
@GISH123 interesting, I've never seen this before! It seems the javascript can't be served to the jupyter notebook. There seems to be some middleware on your VM causing this error...
@GISH123 ah, I just thought of something, can you try setting the use_cdn=False parameter? Maybe it is having issues retrieving the javascript from the CDN - this way you can...
@kannanthiru1 can you send some sample notebook with the automl run and how you are running the explainer? Note for some forecasting algorithms, like SeasonalAverage (I think!), the algorithm itself...
@kannanthiru1 sorry where can I get the "SKU Model Training 10" and "SKU Model Testing 10" datasets used in the script above? I'm not sure how to reproduce this issue....