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