What is logistic regression? State an example when you have used logistic regression recently.
Answer Posted / Punkhuri Singh
Logistic Regression is a statistical model used for binary classification problems (i.e., predicting whether the outcome belongs to one of two classes). It models the relationship between the dependent variable (binary) and one or more independent variables using a sigmoid function. Recently, I have used logistic regression for spam filtering in an email application by training the model on features like message content, sender information, and email attachments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers