Skip to content
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

Running Dashboards on Azure Databricks #1652

Open
achandak33 opened this issue Aug 18, 2022 · 1 comment
Open

Running Dashboards on Azure Databricks #1652

achandak33 opened this issue Aug 18, 2022 · 1 comment

Comments

@achandak33
Copy link

Describe the bug
I am trying to run ResponsibleAIDashboard on Azure Databricks Notebook. I have a cluster and I have installed raiwidgets library in the cluster.

When I do this - ResponsibleAIDashboard(rai_insights, cohort_list=cohort_list) , I get the error

ResponsibleAI started at None
Screen Shot 2022-08-18 at 11 19 41 AM

I bet it is a IP and port problem because the tutorial - https://github.com/microsoft/responsible-ai-toolbox/blob/main/notebooks/responsibleaidashboard/responsibleaidashboard-census-classification-model-debugging.ipynb- runs seamlessly on my VM or local.

@imatiach-msft
Copy link
Contributor

imatiach-msft commented Aug 22, 2022

hi @achandak33 We only support the explanation and fairness dashboards on Databricks (and only the static view for the explanation dashboard). Since Azure Databricks does not allow us to open ports, we can’t actually allow the user to open a new tab and view the all-in-one ResponsibleAI dashboard with dynamic functionality enabled in Azure Databricks.

Please see related closed issue:
#1488

Also, the Error Analysis dashboard has some initial limited support I’ve added a couple months ago to display on Databricks, but only when using a spark model/dataset. I could help you to try to run it.

See related open issue for Error Analysis Dashboard:
#944

Since that issue was opened I have merged this PR to add support for spark models in a static view of the Error Analysis Dashboard:
#1388

Note we don't publicly advertise it on this repository yet as we still need to support the heatmap, add support for categorical columns, fix some minor issues and test the functionality more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants