How is logistic regression done?
Options
Comments
-
By estimating probability using its underlying logistic function (sigmoid), logistic regression analyzes the relationship between the dependent variable (our label for what we want to predict) and one or more independent variables (our features).