MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

LINEAR REGRESSION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Is Logistic regression a supervised machine learning algorithm?
A
TRUE
B
FALSE
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Logistic regression is an example of supervised learning. It is used to calculate or predict the probability of a binary (yes/no) event occurring.

Detailed explanation-2: -Logistic regression is a supervised learning algorithm used to predict a dependent categorical target variable.

Detailed explanation-3: -Yes, logistic regression is a regression algorithm and it does predict a continuous outcome: the probability of an event. That we use it as a binary classifier is due to the interpretation of the outcome.

Detailed explanation-4: -Logistic regression is a supervised learning classification algorithm used to predict the probability of a target variable. The nature of target or dependent variable is dichotomous, which means there would be only two possible classes.

There is 1 question to complete.