y_pred_proba: np.ndarray = model.predict_proba(X_test)[:, 1] plt.plot(fpr, tpr, color='darkorange', lw=2, label=f'ROC (AUC = {roc_auc:.3f})') plt.plot([0, 1], [0, 1 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results