I\'m using predict_proba()
predict_proba()
y_pred = clf.predict_proba(X_test)[:,1]
and I get this error:
IndexError: index 1 is o