ROC
Receiver operating characteristic
ROC (Receiver operating characteristic).
import pandas as pd
data = pd.read_csv("./data/credit-bias.zip")
We plot on the x
the False-Positive rate and plot on the y
the True-positive rate.
ROC (Receiver operating characteristic).
import pandas as pd
data = pd.read_csv("./data/credit-bias.zip")
We plot on the x
the False-Positive rate and plot on the y
the True-positive rate.