cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Databricks is adding NULL value in the URL while moving the Fairlearn dashboard and causing CORS error and fairlearn dashboard keeps spinning.

mali_bigdata
New Contributor

We are trying to run FairnessDashboard and once we pass in the data to the dashboard it keeps on the spinning. Please see the attached file.

Also we noticed that Databricks is adding NULL in the URL and eventually we get the CORS error and it is redirecting us to the login URL. please see attached file.

https://adb-1XXXXXXXXXX.15.azuredatabricks.net/null/metrics

Code below:

------------

from raiwidgets import FairnessDashboard

# A_test contains your sensitive features (e.g., age, binary gender)

# y_true contains ground truth labels

# y_pred contains prediction labels

FairnessDashboard(sensitive_features=A_test,

         y_true=Y_test.tolist(),

         y_pred=Y_pred.tolist())

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group