You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
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.
Expected behavior
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
The text was updated successfully, but these errors were encountered:
Is there some way to start flask or WSGIServer (see where it is called in flask_helper) with proxyurl? Otherwise I'm not aware of a way to make this work.
I do want to add a static view of error analysis though. That would in some sense mitigate this issue, since it wouldn't call back to the python backend then, but the experience would be more restrictive since it would be a static app and you wouldn't be able to retrain the Error Analysis tree on demand. This static view is already available for spark/databricks scenario, and it should be simple to extend it to work for python scenario.
If we can figure out how to make this work with proxyurl that would be ideal though.
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.
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: