Advanced tutorial on bias detection in dalex

In this tutorial, we cover the more advanced aspects of the fairness module in dalex. For the introduction, see Fairness module in dalex example.

In [1]:
import pandas as pd 
import numpy as np 

import plotly
plotly.offline.init_notebook_mode()