h(x) > 0.6 -> y = 1. What does the value 0.6 represent?
h(x) > 0.6 -> y = 1. What does the value 0.6 represent? Correct Answer Threshold value
In logistic regression, a particular value is taken. If the value of the hypothesis is greater than this value, the output y is considered to b true or 1. This value is the threshold value. Here, 0.6 is the threshold value.