Predict Logic
ratikant4 opened this issue · 1 comments
ratikant4 commented
Hi,
I am wondering how to derive the logic for prediction
p = sigmoid(X*theta)>=0.5;
is there any standard formula?
bhatnagarmayank15 commented
No this is not the standard formula. You can use your own logic as well.