Logistic Regression is a statistical model used for binary classification tasks. It predicts the probability of an outcome (e.g., true/false, yes/no) based on input variables by fitting a logistic curve to the data. Despite its name, it is used for classification rather than regression.