Logistic Regression

Home > Computer Science > Algorithms and data structures > Machine learning algorithms > Logistic Regression

A binary classification algorithm used for predicting the probability of a binary outcome based on one or more input variables. It learns a linear relationship between the input and output variables.