Collaborative filtering binary label

In logistic regression, we also have this threahold value to decide at what value to convert the probablity to 1 or 0 which is the final binary label. Why it is not mentioned in the cost function here?

The threshold is used for making true/false predictions.

That’s not required for the cost function.

1 Like