I pass y_true and y_pred of shapes (999,) with labels 0 and 1 to FP, TP, threshold = roc_curve(y_true, y_pred, pos_label=1) and as a result array of only 3 elem
FP, TP, threshold = roc_curve(y_true, y_pred, pos_label=1)