Logistic Regression is a statistical method used to predict the probability of a binary outcome.
- Used for classification problems (yes/no, 0/1, true/false)
- Models the relationship between input features and a binary outcome
- Outputs a probability between 0 and 1
- Widely used in medicine, finance, and machine learning
We will use the Titanic dataset to predict whether a passenger survived or did not survive based on age, gender, and ticket class