@ -15,6 +15,7 @@ p = zeros(m, 1);
% You should set p to a vector of 0's and 1's
%
p = sigmoid(X * theta) > 0.5;