prob_pos_clf),brier_score_loss(y_test, prob_pos_pc_clf))# Check invariance against relabeling [0, 1] -> [1, 2]pc_clf.fit(X_train, y_train +1)