I am using forward selection and logistic regression with create threshold, when I put 0.8 in threshold, true in first class and false in second class, the prediction result, however shows true when confidence(false) is greater than 0.8. Is this somthing wrong? Thanks!