What does the classification threshold control?
- A The predicted probability above which a case is labelled positive
- B The learning rate
- C The number of features
- D The training duration
Answer
The predicted probability above which a case is labelled positive
The default of 0.5 is arbitrary. The right threshold depends on the relative cost of false positives and false negatives, which is a business decision.





