Description
Describe the bug
Hi team, we are trying to run the Explanation Dashboard on a proxy server. But, unable to get some of the views like the tree view as they are being searched for in the localhost.
Saw an option to add a public ip in the parameters of the Explanation Dashboard, which unfortunately is not working in our case. Is there a way to pass the proxy url instead?
Eg :
ErrorAnalysisDashboard(explanation=global_explanation,
model=dashboard_pipeline,
dataset=X_test_original_full,
true_y=y_test,
categorical_features=categorical_features,
true_y_dataset=y_test_full,
port=5000,
public_ip="40.113.65.18")
Instead of the public_ip, is there a way to pass the proxyurl as 'https://proxyurl/endpoint'?
Thanks!
To Reproduce
Steps to reproduce the behavior:
Copy the Test Error Analysis Dashboard jupyter notebook on a proxy server.
On trying to access this on the remote url, getting empty views.
Stack trace
If applicable, please add the sdk stack trace for the error.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: mac is the local machine and the remote one is ubuntu
- Browser : chrome
- Python version: 3.9
- raiwidgets and responsibleai package versions : 0.21.0