In Logistic Regression, what function is used to model the probability of the dependent variable?

  • Exponential function
  • Linear function
  • Polynomial function
  • Sigmoid function
Logistic Regression uses the Sigmoid function to model the probability of the dependent variable. It maps any input into a value between 0 and 1, which is ideal for binary classification.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *