I am trying to plot set of test point VS point being tested with Python. I tried several codes and I couldn't figure it out.
train_pts2 = {
"N": [(0.125,0.11), (0.375,0.21), (0.625,0.31), (0,0.01), (0.375,0.50), (0.80,0)],
"Y": [(0.075,0.38), (0.5,0.22), (1,0.41), (0.70,1),(0.325,0.65), (0.70,0.61)],
"TBD": [(0.70,0.61)]
}
So the plot will be scatter plot that tells whether pLoan belongs to N or Y
something like

