Decision Boundary

  |   Source
Decision Boundary
-intuition for hypothesis for logistic regression.
approach(asynthosing)  at 1

so as a classification between 0 and 1,
we get hypothesis >= 0.5 for y = 1
and hypothesis < 0.5 for y = 0

so that's for prediction,  next hypothesis calculation to make prediction