-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable ICE and use What-If on Databricks? #290
Comments
@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 browser needs to be able to send POST requests to the remote compute which runs the flask service. We've been trying to resolve this on different platforms one at a time. |
Hi, @imatiach-msft Thanks for your response. I'm on Databricks 7.0 ML. Are there workarounds for this type of setup as of the moment? |
@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 on the model using the python code. I created an issue on databricks forum several days ago: |
Thanks for the insight, @imatiach-msft Your description does clarify how difficult it is to make this work in Databricks. In the meantime, I will also follow the link that you have shared for any updates on the matter. |
@imatiach-msft in azure ML service - notebook(jupyter) on a computer instance(VM STANDARD_DS3_V2 ) it seems doesn't work. |
@darrenyu1111 this should have been just fixed with the latest release 0.14.3 (what if and ICE plots on compute instance in AzureML) |
@imatiach-msft , thanks. it works. |
Hi!
Been trying to explore the framework and wanted to try out and further understand perturbations and what-ifs. But upon rendering the ExplanationDashboard, there's a note below stating that an operationalized model is needed to make predictions on hypothetical datapoints for what-ifs. How do we proceed from here?
Thanks!
The text was updated successfully, but these errors were encountered: